diff options
Diffstat (limited to 'cui/source/customize/cfg.cxx')
-rw-r--r-- | cui/source/customize/cfg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx index 35de8426617a..f744d3b00a08 100644 --- a/cui/source/customize/cfg.cxx +++ b/cui/source/customize/cfg.cxx @@ -1921,7 +1921,7 @@ void SvxConfigPage::Reset( const SfxItemSet& ) if ( !_inout_rxFrame.is() ) { - DBG_ERRORFILE( "SvxConfigPage::GetFrameWithDefaultAndIdentify(): no frame found!" ); + SAL_INFO( "cui", "SvxConfigPage::GetFrameWithDefaultAndIdentify(): no frame found!" ); return sModuleID; } @@ -3293,7 +3293,7 @@ void SvxToolbarConfigPage::MoveEntry( bool bMoveUp ) ((ToolbarSaveInData*)GetSaveInData())->ApplyToolbar( pToolbar ); else { - DBG_ERRORFILE( "SvxToolbarConfigPage::MoveEntry(): no entry" ); + SAL_INFO( "cui", "SvxToolbarConfigPage::MoveEntry(): no entry" ); UpdateButtonStates(); } } |