From 4e688769c80d0fa454155636e24ab5aba7de554b Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 19 Jun 2006 19:02:14 +0000
Subject: INTEGRATION: CWS warnings01 (1.14.70); FILE MERGED 2005/11/11
14:31:31 pl 1.14.70.1: #i55991# removed warnings
---
vcl/workben/svdem.cxx | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
(limited to 'vcl/workben')
diff --git a/vcl/workben/svdem.cxx b/vcl/workben/svdem.cxx
index 977bd8b55c6e..69a89655f345 100644
--- a/vcl/workben/svdem.cxx
+++ b/vcl/workben/svdem.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdem.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 14:10:00 $
+ * last change: $Author: hr $ $Date: 2006-06-19 20:02:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -56,6 +56,8 @@ 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 );
--
cgit