summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/UnoNamespaceMap.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 15:53:42 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 15:53:42 +0000
commit4c4f6a8877badb4276b21fe227238d4be5dbd2d2 (patch)
tree8ed55e4446a132739cfcf64afc33cee35477a0b1 /svx/source/unodraw/UnoNamespaceMap.cxx
parentc93555effe20af37d60dc1375ed02fa8dadec9c9 (diff)
INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED
2006/02/17 15:22:23 cl 1.4.222.1: warning free code changes
Diffstat (limited to 'svx/source/unodraw/UnoNamespaceMap.cxx')
-rw-r--r--svx/source/unodraw/UnoNamespaceMap.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/unodraw/UnoNamespaceMap.cxx b/svx/source/unodraw/UnoNamespaceMap.cxx
index b42ce05a5638..4d5635863c0b 100644
--- a/svx/source/unodraw/UnoNamespaceMap.cxx
+++ b/svx/source/unodraw/UnoNamespaceMap.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: UnoNamespaceMap.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:01:31 $
+ * last change: $Author: hr $ $Date: 2006-06-19 16:53:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -115,7 +115,7 @@ namespace svx
virtual Sequence< OUString > SAL_CALL getSupportedServiceNames( ) throw(RuntimeException);
};
- Reference< XInterface > SAL_CALL NamespaceMap_createInstance( sal_uInt16* pWhichIds, SfxItemPool* pPool1, SfxItemPool* pPool2 )
+ Reference< XInterface > SAL_CALL NamespaceMap_createInstance( sal_uInt16* pWhichIds, SfxItemPool* pPool1, SfxItemPool* )
{
return (XWeak*)new NamespaceMap( pWhichIds, pPool1 );
}
@@ -331,7 +331,7 @@ OUString SAL_CALL NamespaceMap::getImplementationName( )
return NamespaceMap_getImplementationName();
}
-sal_Bool SAL_CALL NamespaceMap::supportsService( const OUString& ServiceName )
+sal_Bool SAL_CALL NamespaceMap::supportsService( const OUString& )
throw(RuntimeException)
{
return sal_True;