diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-07 07:41:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-07 07:41:20 +0000 |
commit | c70f8eb823c11842a9963d5399606686d642d4c9 (patch) | |
tree | 431f143a2f352d8597f5744e4258e90224a2a287 /idl | |
parent | b682a613a962890446143f46e1f3656095b16e1a (diff) |
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
Diffstat (limited to 'idl')
-rw-r--r-- | idl/source/prj/command.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/idl/source/prj/command.cxx b/idl/source/prj/command.cxx index a72267f177cd..d706ae758305 100644 --- a/idl/source/prj/command.cxx +++ b/idl/source/prj/command.cxx @@ -4,9 +4,9 @@ * * $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 terms of GNU Lesser General Public License Version 2.1. @@ -400,14 +400,12 @@ SvCommand::SvCommand( int argc, char ** argv ) } else { -#if SUPD>589 // temporary compatibility hack printf( "unknown switch: %s\n", rtl::OUStringToOString( aParam, RTL_TEXTENCODING_UTF8).getStr()); exit( -1 ); -#endif } } else |