Revert "This probably is not worth displaying a warning about"

It might be a useful warning.

This reverts commit d202f85171.
This commit is contained in:
Tor Lillqvist
2016-01-06 12:32:42 +02:00
parent f1d3b68f3c
commit e4968cfb09

View File

@@ -425,6 +425,7 @@ void SfxItemPool::SetSecondaryPool( SfxItemPool *pPool )
for( size_t i = pItemArr->size(); i; ++ppHtArr, --i ) for( size_t i = pItemArr->size(); i; ++ppHtArr, --i )
if ( !(*ppHtArr) ) if ( !(*ppHtArr) )
{ {
OSL_FAIL( "old secondary pool must be empty" );
bOK = false; bOK = false;
break; break;
} }