diff options
Diffstat (limited to 'cui/source/tabpages/chardlg.cxx')
-rw-r--r-- | cui/source/tabpages/chardlg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/tabpages/chardlg.cxx b/cui/source/tabpages/chardlg.cxx index 9d320b4410a1..adb659740f3f 100644 --- a/cui/source/tabpages/chardlg.cxx +++ b/cui/source/tabpages/chardlg.cxx @@ -657,7 +657,7 @@ void SvxCharNamePage::FillStyleBox_Impl( const FontNameBox* pNameBox ) pStyleBox = m_pCTLFontStyleLB; else { - DBG_ERRORFILE( "invalid font name box" ); + SAL_INFO( "cui", "invalid font name box" ); return; } @@ -704,7 +704,7 @@ void SvxCharNamePage::FillSizeBox_Impl( const FontNameBox* pNameBox ) } else { - DBG_ERRORFILE( "invalid font name box" ); + SAL_INFO( "cui", "invalid font name box" ); return; } |