From 644cf72f7c5bb217ea2c3769e5cfd958346e2c7f Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 27 Mar 2013 13:31:09 +0200 Subject: WaE: macro is not used Change-Id: I51ffa344e414d549daf642ad961e489a83b2be37 --- sc/source/core/tool/callform.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sc') 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 { -- cgit