summaryrefslogtreecommitdiffstats
path: root/transex3
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 16:54:29 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 16:54:29 +0000
commit4b27ee655dbae812c63514791cc58ce797148476 (patch)
tree4ddb7bce2ee8f0377d39da0f7f65236196c615f9 /transex3
parentINTEGRATION: CWS ause079 (1.44.44); FILE MERGED (diff)
downloadcore-4b27ee655dbae812c63514791cc58ce797148476.tar.gz
core-4b27ee655dbae812c63514791cc58ce797148476.zip
INTEGRATION: CWS ause079 (1.6.44); FILE MERGED
2007/06/14 15:13:52 hjs 1.6.44.1: #i78465# remove traces of mac os9
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/gsiconv.cxx6
-rw-r--r--transex3/source/txtconv.cxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/transex3/source/gsiconv.cxx b/transex3/source/gsiconv.cxx
index b1d98ecc995c..42919409bea1 100644
--- a/transex3/source/gsiconv.cxx
+++ b/transex3/source/gsiconv.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gsiconv.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 08:17:42 $
+ * last change: $Author: hr $ $Date: 2007-06-27 17:53:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -206,7 +206,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[] )
diff --git a/transex3/source/txtconv.cxx b/transex3/source/txtconv.cxx
index f035c731b5c5..141ec52d9970 100644
--- a/transex3/source/txtconv.cxx
+++ b/transex3/source/txtconv.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: txtconv.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 08:20:02 $
+ * last change: $Author: hr $ $Date: 2007-06-27 17:54:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -75,7 +75,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[] )