summaryrefslogtreecommitdiff
path: root/svx/source/unogallery
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 16:03:41 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 16:03:41 +0000
commitc7adc17fdbd6597414b14819aac017f513a2d4f4 (patch)
treee8bc9a5f9be267b3d8b5338de0416b3d9c7a8dd4 /svx/source/unogallery
parent2539ea1fdd71fe93b34849aab8ca8c76b5efa64e (diff)
INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED
2006/02/17 16:39:51 cl 1.3.222.1: warning free code changes
Diffstat (limited to 'svx/source/unogallery')
-rw-r--r--svx/source/unogallery/unogalthemeprovider.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/unogallery/unogalthemeprovider.cxx b/svx/source/unogallery/unogalthemeprovider.cxx
index 63e572423f86..23956cf938a1 100644
--- a/svx/source/unogallery/unogalthemeprovider.cxx
+++ b/svx/source/unogallery/unogalthemeprovider.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unogalthemeprovider.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:14:47 $
+ * last change: $Author: hr $ $Date: 2006-06-19 17:03:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -64,7 +64,7 @@ namespace unogallery {
// --------------------
uno::Reference< uno::XInterface > SAL_CALL GalleryThemeProvider_createInstance(
- const uno::Reference< lang::XMultiServiceFactory > & rSMgr)
+ const uno::Reference< lang::XMultiServiceFactory > & )
throw( uno::Exception )
{
return *( new GalleryThemeProvider() );