summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-11-21 01:52:48 +0200
committerTor Lillqvist <tml@collabora.com>2014-11-24 19:27:01 +0200
commit9d0247d7fa6a9d428630023901d3e6691ed3b4ad (patch)
tree19f166ae4119aedf5922e97aae110c0674135f56 /sc/source
parentff56b125ecf8c7781fe38047cf8cfbf3e52c37d0 (diff)
Mark InsertTable SC_DLLPUBLIC, will need it in next commit
Change-Id: Ia105bc5348c3745398ea0e90cb142c3282d688f5
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/ui/inc/docfunc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/docfunc.hxx b/sc/source/ui/inc/docfunc.hxx
index 6f970eb3b90f..9ed1ed033ac4 100644
--- a/sc/source/ui/inc/docfunc.hxx
+++ b/sc/source/ui/inc/docfunc.hxx
@@ -132,7 +132,7 @@ public:
bool MoveBlock( const ScRange& rSource, const ScAddress& rDestPos,
bool bCut, bool bRecord, bool bPaint, bool bApi );
- bool InsertTable( SCTAB nTab, const OUString& rName, bool bRecord, bool bApi );
+ SC_DLLPUBLIC bool InsertTable( SCTAB nTab, const OUString& rName, bool bRecord, bool bApi );
bool RenameTable( SCTAB nTab, const OUString& rName, bool bRecord, bool bApi );
bool DeleteTable( SCTAB nTab, bool bRecord, bool bApi );