summaryrefslogtreecommitdiffstats
path: root/transex3
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 16:54:00 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 16:54:00 +0000
commitaa7f83999596223bda20401bc03bcad67e6a33d0 (patch)
treea7c037c7ad6355c260167d1e8f45d57d015b908f /transex3
parentINTEGRATION: CWS ause079 (1.10.42); FILE MERGED (diff)
downloadcore-aa7f83999596223bda20401bc03bcad67e6a33d0.tar.gz
core-aa7f83999596223bda20401bc03bcad67e6a33d0.zip
INTEGRATION: CWS ause079 (1.16.44); FILE MERGED
2007/06/14 15:13:52 hjs 1.16.44.1: #i78465# remove traces of mac os9
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/lngex.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/transex3/source/lngex.cxx b/transex3/source/lngex.cxx
index 1353c6cd4f57..38c0e696480a 100644
--- a/transex3/source/lngex.cxx
+++ b/transex3/source/lngex.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: lngex.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 08:18:41 $
+ * last change: $Author: hr $ $Date: 2007-06-27 17:54:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -196,7 +196,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[] )