summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/tabdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/dialog/tabdlg.cxx')
-rw-r--r--sfx2/source/dialog/tabdlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx
index 38d53bcc2439..285dabc82caf 100644
--- a/sfx2/source/dialog/tabdlg.cxx
+++ b/sfx2/source/dialog/tabdlg.cxx
@@ -361,7 +361,7 @@ SfxTabDialog::SfxTabDialog
, pExampleSet(0)
{
Init_Impl(bEditFmt);
- DBG_WARNING( "Please use the Construtor with the ViewFrame" );
+ SAL_INFO( "sfx.config", "Please use the Construtor with the ViewFrame" );
}
@@ -1234,7 +1234,7 @@ IMPL_LINK_TYPED( SfxTabDialog, DeactivatePageHdl, TabControl *, pTabCtrl, bool )
DBG_ASSERT( pDataObject, "no Data structure for current page" );
if ( pPage->HasExchangeSupport() && pDataObject->bOnDemand )
{
- DBG_WARNING( "Data exchange in ItemsOnDemand is not desired!" );
+ SAL_INFO( "sfx.config", "Data exchange in ItemsOnDemand is not desired!" );
}
#endif