summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpitemdata.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-02-28 14:37:26 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-02-28 21:03:07 -0500
commit884b73e91e1019c39868c53a67fc24164e1cd51b (patch)
treef75b5e6a6a90f934e86bba804e1f26ab9cbcc2a5 /sc/inc/dpitemdata.hxx
parentAddLabel to take string as its argument. (diff)
downloadcore-884b73e91e1019c39868c53a67fc24164e1cd51b.tar.gz
core-884b73e91e1019c39868c53a67fc24164e1cd51b.zip
Simplified it a bit.
Diffstat (limited to 'sc/inc/dpitemdata.hxx')
-rw-r--r--sc/inc/dpitemdata.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpitemdata.hxx b/sc/inc/dpitemdata.hxx
index d2c8bf437ce4..16ebcd76f72f 100644
--- a/sc/inc/dpitemdata.hxx
+++ b/sc/inc/dpitemdata.hxx
@@ -72,7 +72,7 @@ public:
ScDPItemData(sal_uLong nNF, const rtl::OUString & rS, double fV, sal_uInt8 bF);
ScDPItemData(const rtl::OUString& rS, double fV = 0.0, bool bHV = false,
const sal_uLong nNumFormat = 0, bool bData = true);
- ScDPItemData(ScDocument* pDoc, SCCOL nCol, SCROW nRow, SCTAB nDocTab, bool bLabel);
+ ScDPItemData(ScDocument* pDoc, SCCOL nCol, SCROW nRow, SCTAB nDocTab);
void SetString(const rtl::OUString& rS);
bool IsCaseInsEqual(const ScDPItemData& r) const;