summaryrefslogtreecommitdiffstats
path: root/sc/inc
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2017-09-12 00:30:37 +0200
committerTamás Zolnai <tamas.zolnai@collabora.com>2017-09-12 10:38:36 +0200
commitd44c7ffda598d4d4e8a3963133735a771ba3fe30 (patch)
tree9943f90dbbeda87b2261c78e99a57bd1788d7099 /sc/inc
parentclang-tidy modernize-use-emplace in sd (diff)
downloadcore-d44c7ffda598d4d4e8a3963133735a771ba3fe30.tar.gz
core-d44c7ffda598d4d4e8a3963133735a771ba3fe30.zip
tdf#112337: Pivot table: empty / blank item is not imported from XLS
Change-Id: I7ed9e5cacdf6df80b2f100d040cbbeda33b085d3 Reviewed-on: https://gerrit.libreoffice.org/42181 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/dpsave.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/dpsave.hxx b/sc/inc/dpsave.hxx
index 2fa247c76802..6564b9b34f30 100644
--- a/sc/inc/dpsave.hxx
+++ b/sc/inc/dpsave.hxx
@@ -327,11 +327,11 @@ public:
bool GetRowGrand() const
{ return bool(nRowGrandMode); }
- void SetIgnoreEmptyRows( bool bSet );
+ SC_DLLPUBLIC void SetIgnoreEmptyRows( bool bSet );
bool GetIgnoreEmptyRows() const
{ return bool(nIgnoreEmptyMode); }
- void SetRepeatIfEmpty( bool bSet );
+ SC_DLLPUBLIC void SetRepeatIfEmpty( bool bSet );
bool GetRepeatIfEmpty() const
{ return bool(nRepeatEmptyMode); }