basic/source/sbx/sbxobj.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 29d35c823f100347ed736ee8d3c3925a39702003 Author: Caolán McNamara <[email protected]> AuthorDate: Tue May 7 10:09:54 2019 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Tue May 7 15:09:29 2019 +0200 downgrade warning to info Change-Id: Id337f26471f54d7d52c293629b9d19901b188c63 Reviewed-on: https://gerrit.libreoffice.org/71897 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/basic/source/sbx/sbxobj.cxx b/basic/source/sbx/sbxobj.cxx index ece0921f8bc6..c3810feb0ebc 100644 --- a/basic/source/sbx/sbxobj.cxx +++ b/basic/source/sbx/sbxobj.cxx @@ -95,7 +95,7 @@ static void CheckParentsOnDelete( SbxObject* pObj, SbxArray* p ) if( rRef->GetRefCount() > 1 ) { rRef->SetParent( nullptr ); - DBG_ASSERT( !rRef->IsBroadcaster() || rRef->GetBroadcaster().GetListenerCount(), "Object element with dangling parent" ); + SAL_INFO_IF(rRef->IsBroadcaster() && rRef->GetBroadcaster().GetListenerCount(), "basic.sbx", "Object element with dangling parent"); } } } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
