summaryrefslogtreecommitdiff
path: root/vcl/workben/svdem.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-12-05 10:38:47 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-12-05 10:38:47 +0000
commitd3e833471c983a28c83461ef8fb29b2d61fd9daf (patch)
treef91f4bc972016e4659a39b2839bbedf8a682bf8b /vcl/workben/svdem.cxx
parent1bbd914e224702fff8f3aba40cd109874672eb22 (diff)
#i10000#,#i71307# Do not declare 'argc' and 'argv' here.
Diffstat (limited to 'vcl/workben/svdem.cxx')
-rw-r--r--vcl/workben/svdem.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/vcl/workben/svdem.cxx b/vcl/workben/svdem.cxx
index 2f52f7b996d3..f49f3e6d0ff9 100644
--- a/vcl/workben/svdem.cxx
+++ b/vcl/workben/svdem.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdem.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 12:48:02 $
+ * last change: $Author: rt $ $Date: 2006-12-05 11:38:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -59,8 +59,6 @@ void Main();
SAL_IMPLEMENT_MAIN()
{
- (void)argc; // avoid warning
- (void)argv; // avoid warning
Reference< XMultiServiceFactory > xMS;
xMS = cppu::createRegistryServiceFactory( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "applicat.rdb" ) ), sal_True );