diff options
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 { |