diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-01-05 13:02:50 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-01-05 13:03:00 +0200 |
commit | d202f851717bb5a8fe5fed98f747a1fd164d3225 (patch) | |
tree | 4cfc852637fb58d21d65fd4d91040afd4c50642b /svl | |
parent | 38f9ef832cd583366eb0a2a730baefec40534922 (diff) |
This probably is not worth displaying a warning about
Change-Id: Ic14af2992fa020f93329573354616d5b781af111
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/itempool.cxx | 1 |
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; } |