From db8723e9a5e55d136cb3a67cd931482bc2a1a6ef Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 5 Dec 2006 10:19:26 +0000 Subject: #i10000#,#i71307# Do not declare 'argc' and 'argv' here. --- cli_ure/source/climaker/climaker_app.cxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'cli_ure/source') diff --git a/cli_ure/source/climaker/climaker_app.cxx b/cli_ure/source/climaker/climaker_app.cxx index ce1dd80b6ba4..49b1241091a8 100644 --- a/cli_ure/source/climaker/climaker_app.cxx +++ b/cli_ure/source/climaker/climaker_app.cxx @@ -4,9 +4,9 @@ * * $RCSfile: climaker_app.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:51:27 $ + * last change: $Author: rt $ $Date: 2006-12-05 11:18:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -325,9 +325,6 @@ using namespace ::climaker; //############################################################################## SAL_IMPLEMENT_MAIN() { - (void) argc; // unused - (void) argv; // unused - sal_uInt32 nCount = osl_getCommandArgCount(); if (0 == nCount) { -- cgit