summaryrefslogtreecommitdiff
path: root/svl/source/items/itempool.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-01-05 13:02:50 +0200
committerTor Lillqvist <tml@collabora.com>2016-01-05 13:03:00 +0200
commitd202f851717bb5a8fe5fed98f747a1fd164d3225 (patch)
tree4cfc852637fb58d21d65fd4d91040afd4c50642b /svl/source/items/itempool.cxx
parent38f9ef832cd583366eb0a2a730baefec40534922 (diff)
This probably is not worth displaying a warning about
Change-Id: Ic14af2992fa020f93329573354616d5b781af111
Diffstat (limited to 'svl/source/items/itempool.cxx')
-rw-r--r--svl/source/items/itempool.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svl/source/items/itempool.cxx b/svl/source/items/itempool.cxx
index d8a19b9a9355..7746cc3c9a1d 100644
--- a/svl/source/items/itempool.cxx
+++ b/svl/source/items/itempool.cxx
@@ -425,7 +425,6 @@ void SfxItemPool::SetSecondaryPool( SfxItemPool *pPool )
for( size_t i = pItemArr->size(); i; ++ppHtArr, --i )
if ( !(*ppHtArr) )
{
- OSL_FAIL( "old secondary pool must be empty" );
bOK = false;
break;
}