diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-11 12:04:58 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-11 12:04:58 +0000 |
commit | 627b2e6329427d9fec99613d517f37909750ab4d (patch) | |
tree | 165c82a79b48fbba1fe092201c51b164252446e5 /idl/source | |
parent | e8ddef22c00665b527705be405bb393c7706de00 (diff) |
INTEGRATION: CWS mba23issues03 (1.7.2); FILE MERGED
2007/06/14 18:55:47 mba 1.7.2.1: #i72366#: remove old MacOS9 code
Diffstat (limited to 'idl/source')
-rw-r--r-- | idl/source/prj/svidl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/idl/source/prj/svidl.cxx b/idl/source/prj/svidl.cxx index 4168a7d90969..ef14bc6f38cb 100644 --- a/idl/source/prj/svidl.cxx +++ b/idl/source/prj/svidl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svidl.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: vg $ $Date: 2007-03-26 13:04:29 $ + * last change: $Author: ihi $ $Date: 2007-07-11 13:04:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -115,7 +115,7 @@ BOOL FileMove_Impl( const String & rFile1, const String & rFile2, BOOL bImmerVer |* |* Beschreibung *************************************************************************/ -#if defined( UNX ) || (defined( PM2 ) && defined( CSET )) || defined (WTC) || defined (MAC) || defined (MTW) || defined (__MINGW32__) +#if defined( UNX ) || (defined( PM2 ) && defined( CSET )) || defined (WTC) || defined (MTW) || defined (__MINGW32__) int main ( int argc, char ** argv) { #else |