From 5c9278d2d59c5fc858f0b4e1c13b10bc42238097 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 4 Feb 2020 14:33:43 +0200 Subject: Bin useless SAL_INFO If it "can happen", why would we need to SAL_INFO it, especially when the SAL_INFO gives no details. Change-Id: Ie217fad790ec70beb0819b1c384a07e04ba004d1 --- svx/source/tbxctrls/tbcontrl.cxx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index 79ab823becb8..5a72ebf3982a 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx @@ -3072,11 +3072,6 @@ void SvxStyleToolBoxControl::Update() nActFamily++; pItem = pFamilyState[nActFamily-1].get(); } - - if ( !pItem ) - { - SAL_INFO( "svx", "Unknown Family" ); // can happen - } } else if ( pPool != pStyleSheetPool ) pStyleSheetPool = pPool; -- cgit