diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-09-07 00:57:49 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-09-07 02:40:28 +0200 |
commit | 0d8c345bf916ef7c1148bda84968c57189e14f5c (patch) | |
tree | ea8076841d635bad8eb8f34426b7c88e0e30bd0d /svl/source/items/poolio.cxx | |
parent | 2d299c9867a8653fd52a23567a8ddc51ea1ffaf4 (diff) |
kill TF_POOLABLE, step 1: error if unset
Diffstat (limited to 'svl/source/items/poolio.cxx')
-rw-r--r-- | svl/source/items/poolio.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/poolio.cxx b/svl/source/items/poolio.cxx index 27404859f05b..7e54d65b9f34 100644 --- a/svl/source/items/poolio.cxx +++ b/svl/source/items/poolio.cxx @@ -199,7 +199,7 @@ SvStream &SfxItemPool::Store(SvStream &rStream) const #ifdef TF_POOLABLE if ( *pArr && IsItemFlag(**ppDefItem, SFX_ITEM_POOLABLE) && #else - if ( *pArr && (*ppDefItem)->IsPoolable() && +#error "TF_POOLABLE should always be set." #endif pImp->bInSetItem == (*ppDefItem)->ISA(SfxSetItem) ) { |