summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-01-28 17:00:30 +0200
committerTor Lillqvist <tml@collabora.com>2015-01-28 18:16:44 +0200
commit691553c19f0a8abbdb595a4375de1cf9904df932 (patch)
treec4aa2d9b7b99e84919c95e9173d71441481878b6 /sc
parent0132711bce74c6e3a3658ddd35b4973ad2b4cce0 (diff)
Make ScInterpreter::GetGlobalConfig() SC_DLLPUBLIC
Change-Id: Idd27688055a08ffe9a6970c28cd7da6f6e1a7f66
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/inc/interpre.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/inc/interpre.hxx b/sc/source/core/inc/interpre.hxx
index 6f9e1e627c1e..ff7fb1184be9 100644
--- a/sc/source/core/inc/interpre.hxx
+++ b/sc/source/core/inc/interpre.hxx
@@ -119,7 +119,7 @@ public:
DECL_FIXEDMEMPOOL_NEWDEL( ScInterpreter )
static void SetGlobalConfig(const ScCalcConfig& rConfig);
- static const ScCalcConfig& GetGlobalConfig();
+ static SC_DLLPUBLIC const ScCalcConfig& GetGlobalConfig();
static void GlobalExit(); // called by ScGlobal::Clear()