summaryrefslogtreecommitdiffstats
path: root/svl/source/items/poolitem.cxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-09-07 00:57:49 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-09-07 02:40:28 +0200
commit0d8c345bf916ef7c1148bda84968c57189e14f5c (patch)
treeea8076841d635bad8eb8f34426b7c88e0e30bd0d /svl/source/items/poolitem.cxx
parenttry to prevent race condition related to settings.mk/%minor.mk (diff)
downloadcore-0d8c345bf916ef7c1148bda84968c57189e14f5c.tar.gz
core-0d8c345bf916ef7c1148bda84968c57189e14f5c.zip
kill TF_POOLABLE, step 1: error if unset
Diffstat (limited to 'svl/source/items/poolitem.cxx')
-rw-r--r--svl/source/items/poolitem.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/svl/source/items/poolitem.cxx b/svl/source/items/poolitem.cxx
index ec2909fbd9ad..8fecea15bfa3 100644
--- a/svl/source/items/poolitem.cxx
+++ b/svl/source/items/poolitem.cxx
@@ -189,12 +189,7 @@ int SfxPoolItem::operator==( const SfxPoolItem& rCmp ) const
// -----------------------------------------------------------------------
#ifndef TF_POOLABLE
-
-int SfxPoolItem::IsPoolable() const
-{
- DBG_CHKTHIS(SfxPoolItem, 0);
- return sal_True;
-}
+#error "TF_POOLABLE should always be set."
#endif
// -----------------------------------------------------------------------