diff options
author | Tor Lillqvist <tml@collabora.com> | 2020-02-04 14:33:43 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-02-04 14:34:14 +0200 |
commit | 5c9278d2d59c5fc858f0b4e1c13b10bc42238097 (patch) | |
tree | 4bffc88938fd9577be304c1aee633f0251554ce3 /svx | |
parent | b2bfa6266ce88e9507add78280d5f5d436277173 (diff) |
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
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/tbxctrls/tbcontrl.cxx | 5 |
1 files changed, 0 insertions, 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; |