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 /cui/source | |
parent | c8d7cb6bff57c26ab67faef1a15c2c9bd4a4f616 (diff) |
kill TF_POOLABLE, step 2: remove dead code
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/dialogs/iconcdlg.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cui/source/dialogs/iconcdlg.cxx b/cui/source/dialogs/iconcdlg.cxx index 6590e3730854..51e9f1d91bbb 100644 --- a/cui/source/dialogs/iconcdlg.cxx +++ b/cui/source/dialogs/iconcdlg.cxx @@ -981,9 +981,6 @@ const sal_uInt16* IconChoiceDialog::GetInputRanges( const SfxItemPool& rPool ) } // remove double Id's -#ifndef TF_POOLABLE -#error "TF_POOLABLE should always be set." -#endif { nCount = aUS.Count(); for ( size_t i = 0; i < nCount; ++i ) |