diff options
Diffstat (limited to 'cui/source/options/optgdlg.cxx')
-rw-r--r-- | cui/source/options/optgdlg.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx index bc86de6241df..c55e8e4489a4 100644 --- a/cui/source/options/optgdlg.cxx +++ b/cui/source/options/optgdlg.cxx @@ -1857,9 +1857,7 @@ IMPL_LINK( OfaLanguagesTabPage, SupportHdl, CheckBox*, pBox ) m_bOldCtl = bCheck; } else - { - DBG_ERRORFILE( "OfaLanguagesTabPage::SupportHdl(): wrong pBox" ); - } + SAL_INFO( "cui", "OfaLanguagesTabPage::SupportHdl(): wrong pBox" ); return 0; } |