summaryrefslogtreecommitdiffstats
path: root/sfx2
diff options
context:
space:
mode:
authorMarcel Metz <mmetz@adrian-broher.net>2012-01-10 07:27:36 +0100
committerDavid Tardon <dtardon@redhat.com>2012-01-10 07:27:36 +0100
commitef1602211907a222190b061d1d7f8a2a5ab9be66 (patch)
tree948719c29ea23dc174a9c25d316a0e2e4e33d3df /sfx2
parentRemove cruft in debug tools (diff)
downloadcore-ef1602211907a222190b061d1d7f8a2a5ab9be66.tar.gz
core-ef1602211907a222190b061d1d7f8a2a5ab9be66.zip
Removed unused DBG_WARNING{4, 5} macros, replaced DBG_WARNINGFILE
Diffstat (limited to 'sfx2')
-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 108e46df3efa..5ec3cc9f3e3c 100644
--- a/sfx2/source/dialog/tabdlg.cxx
+++ b/sfx2/source/dialog/tabdlg.cxx
@@ -834,7 +834,7 @@ void SfxTabDialog::RemoveTabPage( sal_uInt16 nId )
}
else
{
- DBG_WARNINGFILE( "TabPage-Id not known" );
+ SAL_INFO( "sfx2", "TabPage-Id not known" );
}
}
@@ -973,7 +973,7 @@ SfxItemSet* SfxTabDialog::CreateInputItemSet( sal_uInt16 )
*/
{
- DBG_WARNINGFILE( "CreateInputItemSet not implemented" );
+ SAL_INFO( "sfx2", "CreateInputItemSet not implemented" );
return new SfxAllItemSet( SFX_APP()->GetPool() );
}