From c70f8eb823c11842a9963d5399606686d642d4c9 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 7 Jan 2008 07:41:20 +0000 Subject: 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 --- idl/source/prj/command.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'idl') 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 -- cgit