summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-07-11 12:09:43 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-07-11 12:09:43 +0000
commitdd6a3326cf907892d215a79565d594deebf14bde (patch)
treece7e58b2882d75551edd5a927d890c61a6487a00
parentc4b85c7c349066ee792019fbd3c1fbe96b6b94bf (diff)
INTEGRATION: CWS mba23issues03 (1.58.90); FILE MERGED
2007/06/14 18:56:02 mba 1.58.90.1: #i72366#: remove old MacOS9 code
-rw-r--r--sfx2/source/appl/appinit.cxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/sfx2/source/appl/appinit.cxx b/sfx2/source/appl/appinit.cxx
index 0dffe6c101db..b18303391902 100644
--- a/sfx2/source/appl/appinit.cxx
+++ b/sfx2/source/appl/appinit.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: appinit.cxx,v $
*
- * $Revision: 1.59 $
+ * $Revision: 1.60 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 22:55:56 $
+ * last change: $Author: ihi $ $Date: 2007-07-11 13:09:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -138,11 +138,6 @@
#define stricmp(a,b) strcmp(a,b)
#endif
-#ifdef MAC
-int svstricmp( const char* pStr1, const char* pStr2);
-#define stricmp svstricmp
-#endif
-
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::frame;
using namespace ::com::sun::star::lang;