INTEGRATION: CWS supdremove (1.6.24); FILE MERGED

2007/11/16 10:23:27 vg 1.6.24.1: #i83674# cleanup: remove obsolete SUPD macro use
This commit is contained in:
Oliver Bolte
2008-01-07 07:41:20 +00:00
parent b682a613a9
commit c70f8eb823

View File

@@ -4,9 +4,9 @@
* *
* $RCSfile: command.cxx,v $ * $RCSfile: command.cxx,v $
* *
* $Revision: 1.6 $ * $Revision: 1.7 $
* *
* last change: $Author: obo $ $Date: 2006-09-16 12:48:39 $ * last change: $Author: obo $ $Date: 2008-01-07 08:41:20 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@@ -400,14 +400,12 @@ SvCommand::SvCommand( int argc, char ** argv )
} }
else else
{ {
#if SUPD>589
// temporary compatibility hack // temporary compatibility hack
printf( printf(
"unknown switch: %s\n", "unknown switch: %s\n",
rtl::OUStringToOString( rtl::OUStringToOString(
aParam, RTL_TEXTENCODING_UTF8).getStr()); aParam, RTL_TEXTENCODING_UTF8).getStr());
exit( -1 ); exit( -1 );
#endif
} }
} }
else else