summaryrefslogtreecommitdiff
path: root/configmgr/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-12-05 10:19:26 +0000
committerRüdiger Timm <rt@openoffice.org>2006-12-05 10:19:26 +0000
commit74f349cb28093aeb40179c5ae881e180a8e927fa (patch)
tree1c4a829d7c67b1995211b1c1195f91c9b4b1764b /configmgr/source
parent00dbdc09458126d193e2b311dcb200cbe8e047d9 (diff)
#i10000#,#i71307# Do not declare 'argc' and 'argv' here.
Diffstat (limited to 'configmgr/source')
-rw-r--r--configmgr/source/cmdtools/unomain.cxx6
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
{