summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-01-28 20:00:10 +0200
committerTor Lillqvist <tml@collabora.com>2015-01-28 20:02:39 +0200
commit1224bca6b7815760f106116b0dd1a895563c019b (patch)
tree634b76f7cdc0bf9463c0c7d812a933454c19f095 /sc
parentc65e51d70747e4664c37a8226dbe2b12399d7146 (diff)
Make SetGlobalConfig() public
Change-Id: Ia4ac90c369a8e33ddefc6a87f877b98491efcede
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 094292a4fe72..0b669ec9dc0c 100644
--- a/sc/source/core/inc/interpre.hxx
+++ b/sc/source/core/inc/interpre.hxx
@@ -118,7 +118,7 @@ class ScInterpreter
public:
DECL_FIXEDMEMPOOL_NEWDEL( ScInterpreter )
- static void SetGlobalConfig(const ScCalcConfig& rConfig);
+ static SC_DLLPUBLIC void SetGlobalConfig(const ScCalcConfig& rConfig);
static SC_DLLPUBLIC const ScCalcConfig& GetGlobalConfig();
static void GlobalExit(); // called by ScGlobal::Clear()