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 /cui/source | |
parent | 1efa072b558d5b2aee03c658c4a781654985ba2b (diff) |
Removed unused DBG_WARNING{4, 5} macros, replaced DBG_WARNINGFILE
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/dialogs/iconcdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/iconcdlg.cxx b/cui/source/dialogs/iconcdlg.cxx index 519f3d186a89..73921d70cfd5 100644 --- a/cui/source/dialogs/iconcdlg.cxx +++ b/cui/source/dialogs/iconcdlg.cxx @@ -945,7 +945,7 @@ void IconChoiceDialog::PageCreated( sal_uInt16 /*nId*/, IconChoicePage& /*rPage* SfxItemSet* IconChoiceDialog::CreateInputItemSet( sal_uInt16 ) { - DBG_WARNINGFILE( "CreateInputItemSet nicht implementiert" ); + SAL_INFO( "cui", "CreateInputItemSet not implemented" ); return 0; } |