diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-27 13:31:09 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-27 13:31:17 +0200 |
commit | 644cf72f7c5bb217ea2c3769e5cfd958346e2c7f (patch) | |
tree | 504365d2592212b307d1887e5aa4db4d29476028 | |
parent | 1c48417cf7f726e86bbb84a5403b56d925ce5610 (diff) |
WaE: macro is not used
Change-Id: I51ffa344e414d549daf642ad961e489a83b2be37
-rw-r--r-- | sc/source/core/tool/callform.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/core/tool/callform.cxx b/sc/source/core/tool/callform.cxx index d46409bac3a7..8fd8ea28ce6b 100644 --- a/sc/source/core/tool/callform.cxx +++ b/sc/source/core/tool/callform.cxx @@ -65,6 +65,7 @@ typedef void (CALLTYPE* FARPROC) ( void ); } +#ifndef DISABLE_DYNLOADING #define GETFUNCTIONCOUNT "GetFunctionCount" #define GETFUNCTIONDATA "GetFunctionData" #define SETLANGUAGE "SetLanguage" @@ -72,6 +73,7 @@ typedef void (CALLTYPE* FARPROC) ( void ); #define ISASYNC "IsAsync" #define ADVICE "Advice" #define UNADVICE "Unadvice" +#endif class ModuleData { |