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/slstitm.cxx | |
parent | c8d7cb6bff57c26ab67faef1a15c2c9bd4a4f616 (diff) |
kill TF_POOLABLE, step 2: remove dead code
Diffstat (limited to 'svl/source/items/slstitm.cxx')
-rw-r--r-- | svl/source/items/slstitm.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/svl/source/items/slstitm.cxx b/svl/source/items/slstitm.cxx index 8bf6776d0a5b..13bdb9c62af7 100644 --- a/svl/source/items/slstitm.cxx +++ b/svl/source/items/slstitm.cxx @@ -283,16 +283,6 @@ XubString SfxStringListItem::GetString() //------------------------------------------------------------------------ -#ifndef TF_POOLABLE - -int SfxStringListItem::IsPoolable() const -{ - return sal_False; -} - -#endif - -//---------------------------------------------------------------------------- void SfxStringListItem::SetStringList( const com::sun::star::uno::Sequence< rtl::OUString >& rList ) { DBG_ASSERT(GetRefCount()==0,"SetString:RefCount!=0"); |