Kaydet (Commit) d202f851 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

This probably is not worth displaying a warning about

Change-Id: Ic14af2992fa020f93329573354616d5b781af111
üst 38f9ef83
...@@ -425,7 +425,6 @@ void SfxItemPool::SetSecondaryPool( SfxItemPool *pPool ) ...@@ -425,7 +425,6 @@ 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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment