summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpitemdata.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-07-03 14:08:14 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-07-03 14:14:08 -0400
commitf2ac4ff6600a7d20a519e9ef9e6bcd8157288f63 (patch)
tree563b800c409815b3febc7a66e8583f02edd72926 /sc/inc/dpitemdata.hxx
parenttypo (diff)
downloadcore-f2ac4ff6600a7d20a519e9ef9e6bcd8157288f63.tar.gz
core-f2ac4ff6600a7d20a519e9ef9e6bcd8157288f63.zip
fdo#51266: Properly set pivot item 'empty' on empty cells.
Or else it would re-use the last non-empty cell value which is wrong. Change-Id: I3feab09a54e93150a7b6a9e9b4b540327f2ab5c5
Diffstat (limited to 'sc/inc/dpitemdata.hxx')
-rw-r--r--sc/inc/dpitemdata.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/dpitemdata.hxx b/sc/inc/dpitemdata.hxx
index 67f4af20300d..e294de8c412f 100644
--- a/sc/inc/dpitemdata.hxx
+++ b/sc/inc/dpitemdata.hxx
@@ -89,6 +89,7 @@ public:
~ScDPItemData();
Type GetType() const;
+ void SetEmpty();
void SetString(const rtl::OUString& rS);
void SetString(const rtl::OUString* pS);
void SetValue(double fVal);