summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-02-19 00:51:16 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-02-20 03:46:14 +0100
commitdc0cdf9396af7cd0d4517fac102a604b99834e68 (patch)
tree6ce70c4b2103afc415bfadb624215999ff3a5b77 /sc/inc
parent60ae5f530c3123341a8c2d49793693c2cd4521c2 (diff)
add test for tdf#115530
Change-Id: Ie1eb79d34ca79d1cf085e235e1ead4d886ea7df5 Reviewed-on: https://gerrit.libreoffice.org/49958 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/document.hxx2
-rw-r--r--sc/inc/hints.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index a2e661a76dd0..08fa0849ff09 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -1455,7 +1455,7 @@ public:
void SetClipArea( const ScRange& rArea, bool bCut = false );
SC_DLLPUBLIC bool IsDocVisible() const { return bIsVisible; }
- void SetDocVisible( bool bSet );
+ SC_DLLPUBLIC void SetDocVisible( bool bSet );
bool HasOLEObjectsInArea( const ScRange& rRange, const ScMarkData* pTabMark = nullptr );
diff --git a/sc/inc/hints.hxx b/sc/inc/hints.hxx
index 7dc6dbfa3a56..cd3817120530 100644
--- a/sc/inc/hints.hxx
+++ b/sc/inc/hints.hxx
@@ -24,7 +24,7 @@
#include "address.hxx"
#include <svl/hint.hxx>
-class ScPaintHint : public SfxHint
+class SC_DLLPUBLIC ScPaintHint : public SfxHint
{
ScRange aRange;
PaintPartFlags nParts;