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 | 74f349cb28093aeb40179c5ae881e180a8e927fa (patch) | |
tree | 1c4a829d7c67b1995211b1c1195f91c9b4b1764b /configmgr/source | |
parent | 00dbdc09458126d193e2b311dcb200cbe8e047d9 (diff) |
#i10000#,#i71307# Do not declare 'argc' and 'argv' here.
Diffstat (limited to 'configmgr/source')
-rw-r--r-- | configmgr/source/cmdtools/unomain.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configmgr/source/cmdtools/unomain.cxx b/configmgr/source/cmdtools/unomain.cxx index 582628612bab..d4be7c9bf290 100644 --- a/configmgr/source/cmdtools/unomain.cxx +++ b/configmgr/source/cmdtools/unomain.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unomain.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-16 15:09:12 $ + * last change: $Author: rt $ $Date: 2006-12-05 11:15:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -126,8 +126,6 @@ bool unoapp::g_bQuiet = false; SAL_IMPLEMENT_MAIN() { - { (void)argc; (void)argv; } - AutoDispose aDisposer; try { |