diff options
Diffstat (limited to 'cui/source/dialogs')
-rw-r--r-- | cui/source/dialogs/iconcdlg.cxx | 6 | ||||
-rw-r--r-- | cui/source/dialogs/srchxtra.cxx | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/dialogs/iconcdlg.cxx b/cui/source/dialogs/iconcdlg.cxx index 1c162932e48a..6774c98f7e9e 100644 --- a/cui/source/dialogs/iconcdlg.cxx +++ b/cui/source/dialogs/iconcdlg.cxx @@ -875,7 +875,7 @@ const sal_uInt16* IconChoiceDialog::GetInputRanges( const SfxItemPool& rPool ) { if ( pSet ) { - SAL_INFO( "cui", "Set does already exist!" ); + SAL_WARN( "cui.dialogs", "Set does already exist!" ); return pSet->GetRanges(); } @@ -945,7 +945,7 @@ void IconChoiceDialog::PageCreated( sal_uInt16 /*nId*/, IconChoicePage& /*rPage* SfxItemSet* IconChoiceDialog::CreateInputItemSet( sal_uInt16 ) { - SAL_INFO( "cui", "CreateInputItemSet not implemented" ); + SAL_INFO( "cui.dialogs", "CreateInputItemSet not implemented" ); return 0; } @@ -1041,7 +1041,7 @@ void IconChoiceDialog::Start_Impl() const SfxItemSet* IconChoiceDialog::GetRefreshedSet() { - SAL_INFO( "cui", "GetRefreshedSet not implemented" ); + SAL_WARN( "cui.dialogs", "GetRefreshedSet not implemented" ); return 0; } diff --git a/cui/source/dialogs/srchxtra.cxx b/cui/source/dialogs/srchxtra.cxx index 34aaf9e48c79..2013e6917162 100644 --- a/cui/source/dialogs/srchxtra.cxx +++ b/cui/source/dialogs/srchxtra.cxx @@ -186,7 +186,7 @@ SvxSearchAttributeDialog::SvxSearchAttributeDialog( Window* pParent, if ( RESARRAY_INDEX_NOTFOUND != nId ) pEntry = aAttrLB.SvTreeListBox::InsertEntry( aAttrNames.GetString(nId) ); else - SAL_INFO( "cui", "no resource for slot id\nslot = " << static_cast<sal_Int32>(nSlot) ); + SAL_WARN( "cui.dialogs", "no resource for slot id " << static_cast<sal_Int32>(nSlot) ); if ( pEntry ) { |