[Libreoffice-commits] core.git: svl/source

Tor Lillqvist tml at collabora.com
Tue Jan 5 03:03:25 PST 2016


 svl/source/items/itempool.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit d202f851717bb5a8fe5fed98f747a1fd164d3225
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Jan 5 13:02:50 2016 +0200

    This probably is not worth displaying a warning about
    
    Change-Id: Ic14af2992fa020f93329573354616d5b781af111

diff --git a/svl/source/items/itempool.cxx b/svl/source/items/itempool.cxx
index d8a19b9..7746cc3 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;
                             }


More information about the Libreoffice-commits mailing list