diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-09-07 08:44:03 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-09-07 08:44:03 +0200 |
commit | 10011d00a6566f095b463abaed51da86c3a1e1d3 (patch) | |
tree | aa3650231fe45a350a1b8f795c5acd5a9a7ae838 /svl/source/items/poolitem.cxx | |
parent | c8d7cb6bff57c26ab67faef1a15c2c9bd4a4f616 (diff) |
kill TF_POOLABLE, step 2: remove dead code
Diffstat (limited to 'svl/source/items/poolitem.cxx')
-rw-r--r-- | svl/source/items/poolitem.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/svl/source/items/poolitem.cxx b/svl/source/items/poolitem.cxx index 8fecea15bfa3..c0122f6a4f92 100644 --- a/svl/source/items/poolitem.cxx +++ b/svl/source/items/poolitem.cxx @@ -188,11 +188,6 @@ int SfxPoolItem::operator==( const SfxPoolItem& rCmp ) const } // ----------------------------------------------------------------------- -#ifndef TF_POOLABLE -#error "TF_POOLABLE should always be set." -#endif - -// ----------------------------------------------------------------------- SfxPoolItem* SfxPoolItem::Create(SvStream &, sal_uInt16) const { DBG_CHKTHIS(SfxPoolItem, 0); |