From d44c7ffda598d4d4e8a3963133735a771ba3fe30 Mon Sep 17 00:00:00 2001 From: Tamás Zolnai Date: Tue, 12 Sep 2017 00:30:37 +0200 Subject: tdf#112337: Pivot table: empty / blank item is not imported from XLS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7ed9e5cacdf6df80b2f100d040cbbeda33b085d3 Reviewed-on: https://gerrit.libreoffice.org/42181 Tested-by: Jenkins Reviewed-by: Tamás Zolnai --- sc/inc/dpsave.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/inc') 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); } -- cgit