summaryrefslogtreecommitdiffstats
path: root/transex3
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 16:53:46 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 16:53:46 +0000
commitbd4cdc149b30ef2d021a5d6935d9c6c29d862c3d (patch)
treec9e46cb8ccce491ce1a9607b5ede438d71ddf851 /transex3
parentINTEGRATION: CWS ause079 (1.25.10); FILE MERGED (diff)
downloadcore-bd4cdc149b30ef2d021a5d6935d9c6c29d862c3d.tar.gz
core-bd4cdc149b30ef2d021a5d6935d9c6c29d862c3d.zip
INTEGRATION: CWS ause079 (1.10.42); FILE MERGED
2007/06/14 15:13:52 hjs 1.10.42.1: #i78465# remove traces of mac os9
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/helpex.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/transex3/source/helpex.cxx b/transex3/source/helpex.cxx
index 08dfaa5c7a2a..2f3f000e6909 100644
--- a/transex3/source/helpex.cxx
+++ b/transex3/source/helpex.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: helpex.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 08:17:56 $
+ * last change: $Author: hr $ $Date: 2007-06-27 17:53:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -215,7 +215,7 @@ void Help()
/*****************************************************************************/
#ifndef TESTDRIVER
-#if defined( UNX ) || defined( MAC )
+#if defined( UNX )
int main( int argc, char *argv[] )
#else
int _cdecl main( int argc, char *argv[] )