summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unomod.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 15:55:25 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 15:55:25 +0000
commit874a38d5029d6b2cc4cf078ee7ef127afca4ade1 (patch)
treea2198d8ec05113f397f42574aee875326fbfa77f /svx/source/unodraw/unomod.cxx
parent65aaee96076e7b6a72b28b0bc5774e7808dae1d1 (diff)
INTEGRATION: CWS warnings01 (1.16.220); FILE MERGED
2006/02/17 15:22:27 cl 1.16.220.1: warning free code changes
Diffstat (limited to 'svx/source/unodraw/unomod.cxx')
-rw-r--r--svx/source/unodraw/unomod.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/unodraw/unomod.cxx b/svx/source/unodraw/unomod.cxx
index d9389df02a7d..0dd7e8c7f524 100644
--- a/svx/source/unodraw/unomod.cxx
+++ b/svx/source/unodraw/unomod.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unomod.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:05:35 $
+ * last change: $Author: hr $ $Date: 2006-06-19 16:55:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -247,7 +247,7 @@ uno::Reference< uno::XInterface > SAL_CALL SvxUnoDrawMSFactory::createInstance(
if( ServiceSpecifier.compareTo( aDrawingPrefix, aDrawingPrefix.getLength() ) == 0 )
{
UINT32 nType = aSdrShapeIdentifierMap.getId( ServiceSpecifier );
- if( nType != UHASHMAP_NOTFOUND )
+ if( nType != (UINT32)UHASHMAP_NOTFOUND )
{
UINT16 nT = (UINT16)(nType & ~E3D_INVENTOR_FLAG);
UINT32 nI = (nType & E3D_INVENTOR_FLAG)?E3dInventor:SdrInventor;
@@ -319,7 +319,7 @@ uno::Reference< uno::XInterface > SAL_CALL SvxUnoDrawMSFactory::createTextField(
return xRet;
}
-uno::Reference< uno::XInterface > SAL_CALL SvxUnoDrawMSFactory::createInstanceWithArguments( const OUString& ServiceSpecifier, const uno::Sequence< ::com::sun::star::uno::Any >& Arguments )
+uno::Reference< uno::XInterface > SAL_CALL SvxUnoDrawMSFactory::createInstanceWithArguments( const OUString&, const uno::Sequence< ::com::sun::star::uno::Any >& )
throw( uno::Exception, uno::RuntimeException )
{
throw lang::NoSupportException();
@@ -686,7 +686,7 @@ uno::Sequence< OUString > SAL_CALL SvxUnoDrawingModel::getSupportedServiceNames(
}
// XAnyCompareFactory
-uno::Reference< com::sun::star::ucb::XAnyCompare > SAL_CALL SvxUnoDrawingModel::createAnyCompareByName( const OUString& PropertyName )
+uno::Reference< com::sun::star::ucb::XAnyCompare > SAL_CALL SvxUnoDrawingModel::createAnyCompareByName( const OUString& )
throw(uno::RuntimeException)
{
return SvxCreateNumRuleCompare();