diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-12-05 10:19:26 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-12-05 10:19:26 +0000 |
commit | db8723e9a5e55d136cb3a67cd931482bc2a1a6ef (patch) | |
tree | 887958efe7b61e5eedf8a229254cd730ace6bc65 /cli_ure/source | |
parent | 2041c6ac62ce6f180c242708386ea1fcd8eaafe1 (diff) |
#i10000#,#i71307# Do not declare 'argc' and 'argv' here.
Diffstat (limited to 'cli_ure/source')
-rw-r--r-- | cli_ure/source/climaker/climaker_app.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
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) { |