summaryrefslogtreecommitdiff
path: root/svx/source/items
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2010-07-13 18:26:57 +0200
committerDaniel Rentz <dr@openoffice.org>2010-07-13 18:26:57 +0200
commit8dfe965a32b7d99d5bd70489f5f45652114ca889 (patch)
treeb773c9e297770bab7c8e4872e47349c0d6dce70c /svx/source/items
parenta2e7c2e0d002d75a6b77a629a4e904ab54bf8375 (diff)
dr77: #i113097# make Sequence(sal_Int32) explicit
Diffstat (limited to 'svx/source/items')
-rw-r--r--svx/source/items/customshapeitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/items/customshapeitem.cxx b/svx/source/items/customshapeitem.cxx
index c7a401ed4054..08eebe99b3df 100644
--- a/svx/source/items/customshapeitem.cxx
+++ b/svx/source/items/customshapeitem.cxx
@@ -60,7 +60,7 @@ size_t SdrCustomShapeGeometryItem::PropertyPairHash::operator()( const SdrCustom
return (size_t)r1.first.hashCode() + r1.second.hashCode();
};
-TYPEINIT1_FACTORY( SdrCustomShapeGeometryItem, SfxPoolItem , new SdrCustomShapeGeometryItem(0));
+TYPEINIT1_FACTORY( SdrCustomShapeGeometryItem, SfxPoolItem , new SdrCustomShapeGeometryItem);
SdrCustomShapeGeometryItem::SdrCustomShapeGeometryItem()
: SfxPoolItem( SDRATTR_CUSTOMSHAPE_GEOMETRY )
{}