summaryrefslogtreecommitdiff
path: root/cui
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 /cui
parent1efa072b558d5b2aee03c658c4a781654985ba2b (diff)
Removed unused DBG_WARNING{4, 5} macros, replaced DBG_WARNINGFILE
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/iconcdlg.cxx2
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;
}