summaryrefslogtreecommitdiff
path: root/svx/source/items/customshapeitem.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 11:53:25 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 11:53:25 +0000
commit05170f7552c5654c13eed14508cb11b971e7721e (patch)
tree5fd2f3a84ef8bc21229c414f5938fc6ef3c8446f /svx/source/items/customshapeitem.cxx
parentd3fc152ebf6949a480a6bb15fd6053d5747543bc (diff)
INTEGRATION: CWS sb59 (1.5.62); FILE MERGED
2006/08/03 13:51:48 cl 1.5.62.1: removed compiler warnings
Diffstat (limited to 'svx/source/items/customshapeitem.cxx')
-rw-r--r--svx/source/items/customshapeitem.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/items/customshapeitem.cxx b/svx/source/items/customshapeitem.cxx
index b7c80c24c853..5e9ccc5d7218 100644
--- a/svx/source/items/customshapeitem.cxx
+++ b/svx/source/items/customshapeitem.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: customshapeitem.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 05:19:00 $
+ * last change: $Author: obo $ $Date: 2006-10-12 12:53:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -340,7 +340,7 @@ SvStream& __EXPORT SdrCustomShapeGeometryItem::Store( SvStream& rOut, sal_uInt16
return rOut;
}
-SfxPoolItem* __EXPORT SdrCustomShapeGeometryItem::Clone( SfxItemPool */*pPool*/ ) const
+SfxPoolItem* __EXPORT SdrCustomShapeGeometryItem::Clone( SfxItemPool * /*pPool*/ ) const
{
SdrCustomShapeGeometryItem* pItem = new SdrCustomShapeGeometryItem( GetGeometry() );
// SdrCustomShapeGeometryItem* pItem = new SdrCustomShapeGeometryItem( *this );