summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:29:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:29:22 +0000
commit1c3bb2b25dcd9b19e43efbce6e8592359b862bb1 (patch)
treead4d452cc4c1fcc1b95571809125ec2357e86ea7 /svtools
parente802a5f75adb6e6990b4787b13894bc430b7e923 (diff)
INTEGRATION: CWS warnings01 (1.10.62); FILE MERGED
2006/01/25 19:52:06 sb 1.10.62.2: RESYNC: (1.10-1.11); FILE MERGED 2005/11/15 19:56:07 pl 1.10.62.1: #i55991# removed warnings
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/uno/unoimap.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svtools/source/uno/unoimap.cxx b/svtools/source/uno/unoimap.cxx
index 3965db0fee0c..83a8892ff08d 100644
--- a/svtools/source/uno/unoimap.cxx
+++ b/svtools/source/uno/unoimap.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unoimap.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2006-01-19 18:35:18 $
+ * last change: $Author: hr $ $Date: 2006-06-19 21:29:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -204,7 +204,7 @@ PropertySetInfo* SvUnoImageMapObject::createPropertySetInfo( UINT16 nType )
{ MAP_LEN( "Name" ), HANDLE_NAME, &::getCppuType((const OUString*)0), 0, 0 },
{ MAP_LEN( "IsActive" ), HANDLE_ISACTIVE, &::getBooleanCppuType(), 0, 0 },
{ MAP_LEN( "Polygon" ), HANDLE_POLYGON, SEQTYPE(::getCppuType((const PointSequence*)0)), 0, 0 },
- {0,0,0,0,0}
+ {0,0,0,0,0,0}
};
return new PropertySetInfo( aPolygonObj_Impl );
@@ -220,7 +220,7 @@ PropertySetInfo* SvUnoImageMapObject::createPropertySetInfo( UINT16 nType )
{ MAP_LEN( "IsActive" ), HANDLE_ISACTIVE, &::getBooleanCppuType(), 0, 0 },
{ MAP_LEN( "Center" ), HANDLE_CENTER, &::getCppuType((const awt::Point*)0), 0, 0 },
{ MAP_LEN( "Radius" ), HANDLE_RADIUS, &::getCppuType((const sal_Int32*)0), 0, 0 },
- {0,0,0,0,0}
+ {0,0,0,0,0,0}
};
return new PropertySetInfo( aCircleObj_Impl );
@@ -236,7 +236,7 @@ PropertySetInfo* SvUnoImageMapObject::createPropertySetInfo( UINT16 nType )
{ MAP_LEN( "Name" ), HANDLE_NAME, &::getCppuType((const OUString*)0), 0, 0 },
{ MAP_LEN( "IsActive" ), HANDLE_ISACTIVE, &::getBooleanCppuType(), 0, 0 },
{ MAP_LEN( "Boundary" ), HANDLE_BOUNDARY, &::getCppuType((const awt::Rectangle*)0), 0, 0 },
- {0,0,0,0,0}
+ {0,0,0,0,0,0}
};
return new PropertySetInfo( aRectangleObj_Impl );
@@ -620,7 +620,7 @@ private:
UNO3_GETIMPLEMENTATION_IMPL( SvUnoImageMap );
-SvUnoImageMap::SvUnoImageMap( const SvEventDescription* pSupportedMacroItems )
+SvUnoImageMap::SvUnoImageMap( const SvEventDescription* )
{
}