diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-28 14:37:26 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-28 21:03:07 -0500 |
commit | 884b73e91e1019c39868c53a67fc24164e1cd51b (patch) | |
tree | f75b5e6a6a90f934e86bba804e1f26ab9cbcc2a5 /sc/inc | |
parent | daf87ab18a43999b6e1a133806d8f99cd0fbc314 (diff) |
Simplified it a bit.
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/dpitemdata.hxx | 2 |
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; |