diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-10 07:27:36 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-01-10 07:27:36 +0100 |
commit | ef1602211907a222190b061d1d7f8a2a5ab9be66 (patch) | |
tree | 948719c29ea23dc174a9c25d316a0e2e4e33d3df /sfx2 | |
parent | 1efa072b558d5b2aee03c658c4a781654985ba2b (diff) |
Removed unused DBG_WARNING{4, 5} macros, replaced DBG_WARNINGFILE
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/tabdlg.cxx | 4 |
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() ); } |