summaryrefslogtreecommitdiff
path: root/cui
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 /cui
parent2d299c9867a8653fd52a23567a8ddc51ea1ffaf4 (diff)
kill TF_POOLABLE, step 1: error if unset
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/iconcdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/iconcdlg.cxx b/cui/source/dialogs/iconcdlg.cxx
index c78da40d90fb..6590e3730854 100644
--- a/cui/source/dialogs/iconcdlg.cxx
+++ b/cui/source/dialogs/iconcdlg.cxx
@@ -982,7 +982,7 @@ const sal_uInt16* IconChoiceDialog::GetInputRanges( const SfxItemPool& rPool )
// remove double Id's
#ifndef TF_POOLABLE
- if ( rPool.HasMap() )
+#error "TF_POOLABLE should always be set."
#endif
{
nCount = aUS.Count();