summaryrefslogtreecommitdiff
path: root/svx/source/items/customshapeitem.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-15 01:10:49 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-15 13:27:11 +0100
commit6853fc74833147dc03a7acb4bcf4801178f83acf (patch)
treeb77e40f2267cd5a7fc45a0b6057d9317292d6247 /svx/source/items/customshapeitem.cxx
parentb92ba0dcad32e5246af6770a1a304df4af6f7d77 (diff)
Remove SDR_ISPOOLABLE
Diffstat (limited to 'svx/source/items/customshapeitem.cxx')
-rw-r--r--svx/source/items/customshapeitem.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/svx/source/items/customshapeitem.cxx b/svx/source/items/customshapeitem.cxx
index 3c9b427384fc..af426ec21937 100644
--- a/svx/source/items/customshapeitem.cxx
+++ b/svx/source/items/customshapeitem.cxx
@@ -345,13 +345,6 @@ SfxPoolItem* SdrCustomShapeGeometryItem::Clone( SfxItemPool * /*pPool*/ ) const
return pItem;
}
-#ifdef SDR_ISPOOLABLE
-int SdrCustomShapeGeometryItem::IsPoolable() const
-{
- USHORT nId=Which();
- return nId < SDRATTR_NOTPERSIST_FIRST || nId > SDRATTR_NOTPERSIST_LAST;
-}
-#endif
sal_uInt16 SdrCustomShapeGeometryItem::GetVersion( sal_uInt16 /*nFileFormatVersion*/ ) const
{
return 1;