[Libreoffice-commits] .: sc/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Wed Feb 16 14:09:10 PST 2011


 sc/source/core/tool/callform.cxx |   10 ----------
 1 file changed, 10 deletions(-)

New commits:
commit ff1e38982c92e3d7c4e2bc6667eea02e9f9943c2
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Wed Feb 16 23:09:04 2011 +0100

    Remove BLC support
    
    http://www.openoffice.org/issues/show_bug.cgi?id=52746
    
    "BLC - borland compiler (OS2, win16) - obsolete"

diff --git a/sc/source/core/tool/callform.cxx b/sc/source/core/tool/callform.cxx
index 484d631..d83375f 100644
--- a/sc/source/core/tool/callform.cxx
+++ b/sc/source/core/tool/callform.cxx
@@ -80,15 +80,6 @@ typedef void (CALLTYPE* FARPROC) ( void );
 
 }
 
-#if defined(OS2) && defined(BLC)
-#define GETFUNCTIONCOUNT		"_GetFunctionCount"
-#define GETFUNCTIONDATA			"_GetFunctionData"
-#define SETLANGUAGE				"_SetLanguage"
-#define GETPARAMDESC			"_GetParameterDescription"
-#define ISASYNC					"_IsAsync"
-#define ADVICE					"_Advice"
-#define UNADVICE				"_Unadvice"
-#else // Pascal oder extern "C"
 #define GETFUNCTIONCOUNT		"GetFunctionCount"
 #define GETFUNCTIONDATA			"GetFunctionData"
 #define SETLANGUAGE				"SetLanguage"
@@ -96,7 +87,6 @@ typedef void (CALLTYPE* FARPROC) ( void );
 #define ISASYNC					"IsAsync"
 #define ADVICE					"Advice"
 #define UNADVICE				"Unadvice"
-#endif
 
 #define LIBFUNCNAME( name ) \
     (String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( name ) ))


More information about the Libreoffice-commits mailing list