Kaydet (Commit) 691553c1 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Make ScInterpreter::GetGlobalConfig() SC_DLLPUBLIC

Change-Id: Idd27688055a08ffe9a6970c28cd7da6f6e1a7f66
üst 0132711b
...@@ -119,7 +119,7 @@ public: ...@@ -119,7 +119,7 @@ public:
DECL_FIXEDMEMPOOL_NEWDEL( ScInterpreter ) DECL_FIXEDMEMPOOL_NEWDEL( ScInterpreter )
static void SetGlobalConfig(const ScCalcConfig& rConfig); static void SetGlobalConfig(const ScCalcConfig& rConfig);
static const ScCalcConfig& GetGlobalConfig(); static SC_DLLPUBLIC const ScCalcConfig& GetGlobalConfig();
static void GlobalExit(); // called by ScGlobal::Clear() static void GlobalExit(); // called by ScGlobal::Clear()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment