diff options
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; } |