svx/source/tbxctrls/tbcontrl.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 5c9278d2d59c5fc858f0b4e1c13b10bc42238097
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Tue Feb 4 14:33:43 2020 +0200
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Tue Feb 4 14:34:14 2020 +0200

    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

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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to