summaryrefslogtreecommitdiffstats
path: root/transex3
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 16:53:17 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 16:53:17 +0000
commita86c7328447fd9b8cd9bc4d7c3f1003528bc95e1 (patch)
tree78b763029473a47a0229815a6cc9527bdc700549 /transex3
parentINTEGRATION: CWS a11ysep (1.17.6); FILE MERGED (diff)
downloadcore-a86c7328447fd9b8cd9bc4d7c3f1003528bc95e1.tar.gz
core-a86c7328447fd9b8cd9bc4d7c3f1003528bc95e1.zip
INTEGRATION: CWS ause079 (1.25.10); FILE MERGED
2007/06/14 15:13:50 hjs 1.25.10.1: #i78465# remove traces of mac os9
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/gsicheck.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/transex3/source/gsicheck.cxx b/transex3/source/gsicheck.cxx
index 75479c38e9ba..0b9a3884973e 100644
--- a/transex3/source/gsicheck.cxx
+++ b/transex3/source/gsicheck.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gsicheck.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: kz $ $Date: 2007-05-11 09:12:10 $
+ * last change: $Author: hr $ $Date: 2007-06-27 17:53:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -673,7 +673,7 @@ void Help()
}
/*****************************************************************************/
-#if defined( UNX ) || defined( MAC )
+#if defined( UNX )
int main( int argc, char *argv[] )
#else
int _cdecl main( int argc, char *argv[] )