diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 19:02:14 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 19:02:14 +0000 |
commit | 4e688769c80d0fa454155636e24ab5aba7de554b (patch) | |
tree | 9cbfe576b6c1238ae5fcc6bd71b4fa5d359f88f4 /vcl/workben | |
parent | 1bae718e5ad7a585032ec2bb7ef75b448ddb5ae6 (diff) |
INTEGRATION: CWS warnings01 (1.14.70); FILE MERGED
2005/11/11 14:31:31 pl 1.14.70.1: #i55991# removed warnings
Diffstat (limited to 'vcl/workben')
-rw-r--r-- | vcl/workben/svdem.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
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 ); |