diff options
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/customize/cfg.cxx | 4 | ||||
-rw-r--r-- | cui/source/dialogs/iconcdlg.cxx | 6 | ||||
-rw-r--r-- | cui/source/dialogs/srchxtra.cxx | 2 | ||||
-rw-r--r-- | cui/source/factory/dlgfact.cxx | 2 | ||||
-rw-r--r-- | cui/source/options/cfgchart.cxx | 4 | ||||
-rw-r--r-- | cui/source/options/optctl.cxx | 2 | ||||
-rw-r--r-- | cui/source/options/optgdlg.cxx | 2 | ||||
-rw-r--r-- | cui/source/options/optjava.cxx | 4 | ||||
-rw-r--r-- | cui/source/options/optlingu.cxx | 4 | ||||
-rw-r--r-- | cui/source/options/optpath.cxx | 4 | ||||
-rw-r--r-- | cui/source/options/treeopt.cxx | 12 | ||||
-rw-r--r-- | cui/source/tabpages/chardlg.cxx | 4 | ||||
-rw-r--r-- | cui/source/tabpages/paragrph.cxx | 2 |
13 files changed, 26 insertions, 26 deletions
diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx index f744d3b00a08..769789e16f93 100644 --- a/cui/source/customize/cfg.cxx +++ b/cui/source/customize/cfg.cxx @@ -1921,7 +1921,7 @@ void SvxConfigPage::Reset( const SfxItemSet& ) if ( !_inout_rxFrame.is() ) { - SAL_INFO( "cui", "SvxConfigPage::GetFrameWithDefaultAndIdentify(): no frame found!" ); + SAL_WARN( "cui.customize", "SvxConfigPage::GetFrameWithDefaultAndIdentify(): no frame found!" ); return sModuleID; } @@ -3293,7 +3293,7 @@ void SvxToolbarConfigPage::MoveEntry( bool bMoveUp ) ((ToolbarSaveInData*)GetSaveInData())->ApplyToolbar( pToolbar ); else { - SAL_INFO( "cui", "SvxToolbarConfigPage::MoveEntry(): no entry" ); + SAL_WARN( "cui.customize", "SvxToolbarConfigPage::MoveEntry(): no entry" ); UpdateButtonStates(); } } 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 ) { diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx index 8425b809cb1c..04fa895aa1da 100644 --- a/cui/source/factory/dlgfact.cxx +++ b/cui/source/factory/dlgfact.cxx @@ -189,7 +189,7 @@ IMPL_LINK( VclAbstractDialog2_Impl, EndDialogHdl, Dialog*, pDlg ) { if ( pDlg != m_pDlg ) { - SAL_INFO( "cui", "VclAbstractDialog2_Impl::EndDialogHdl(): wrong dialog" ); + SAL_WARN( "cui.factory", "VclAbstractDialog2_Impl::EndDialogHdl(): wrong dialog" ); } m_aEndDlgHdl.Call( this ); diff --git a/cui/source/options/cfgchart.cxx b/cui/source/options/cfgchart.cxx index edef3a1fdcc5..2556df1da48a 100644 --- a/cui/source/options/cfgchart.cxx +++ b/cui/source/options/cfgchart.cxx @@ -57,7 +57,7 @@ const XColorEntry & SvxChartColorTable::operator[]( size_t _nIndex ) const { if ( _nIndex >= m_aColorEntries.size() ) { - SAL_INFO( "cui", "SvxChartColorTable::[] invalid index" ); + SAL_WARN( "cui.options", "SvxChartColorTable::[] invalid index" ); return m_aColorEntries[ 0 ]; } @@ -68,7 +68,7 @@ ColorData SvxChartColorTable::getColorData( size_t _nIndex ) const { if ( _nIndex >= m_aColorEntries.size() ) { - SAL_INFO( "cui", "SvxChartColorTable::getColorData invalid index" ); + SAL_WARN( "cui.options", "SvxChartColorTable::getColorData invalid index" ); return COL_BLACK; } diff --git a/cui/source/options/optctl.cxx b/cui/source/options/optctl.cxx index 51bf7ad39ccc..d6e87b1ae310 100644 --- a/cui/source/options/optctl.cxx +++ b/cui/source/options/optctl.cxx @@ -148,7 +148,7 @@ void SvxCTLOptionsPage::Reset( const SfxItemSet& ) break; default: - SAL_INFO( "cui", "SvxCTLOptionsPage::Reset(): invalid movement enum" ); + SAL_WARN( "cui.options", "SvxCTLOptionsPage::Reset(): invalid movement enum" ); } sal_uInt16 nPos = (sal_uInt16)aCTLOptions.GetCTLTextNumerals(); diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx index c55e8e4489a4..25a45c656d8a 100644 --- a/cui/source/options/optgdlg.cxx +++ b/cui/source/options/optgdlg.cxx @@ -1857,7 +1857,7 @@ IMPL_LINK( OfaLanguagesTabPage, SupportHdl, CheckBox*, pBox ) m_bOldCtl = bCheck; } else - SAL_INFO( "cui", "OfaLanguagesTabPage::SupportHdl(): wrong pBox" ); + SAL_WARN( "cui.options", "OfaLanguagesTabPage::SupportHdl(): wrong pBox" ); return 0; } diff --git a/cui/source/options/optjava.cxx b/cui/source/options/optjava.cxx index 43f2373ffb8c..25d6b5a29cd6 100644 --- a/cui/source/options/optjava.cxx +++ b/cui/source/options/optjava.cxx @@ -259,7 +259,7 @@ IMPL_LINK( SvxJavaOptionsPage, AddHdl_Impl, PushButton *, EMPTYARG ) } catch ( Exception& ) { - SAL_INFO( "cui", "SvxJavaOptionsPage::AddHdl_Impl(): caught exception" ); + SAL_WARN( "cui.options", "SvxJavaOptionsPage::AddHdl_Impl(): caught exception" ); } return 0; @@ -379,7 +379,7 @@ IMPL_LINK( SvxJavaOptionsPage, StartFolderPickerHdl, void*, EMPTYARG ) } catch ( Exception& ) { - SAL_INFO( "cui", "SvxJavaOptionsPage::StartFolderPickerHdl(): caught exception" ); + SAL_WARN( "cui.options", "SvxJavaOptionsPage::StartFolderPickerHdl(): caught exception" ); } return 0L; diff --git a/cui/source/options/optlingu.cxx b/cui/source/options/optlingu.cxx index 8a800d381af1..3319c321ff00 100644 --- a/cui/source/options/optlingu.cxx +++ b/cui/source/options/optlingu.cxx @@ -187,12 +187,12 @@ sal_Bool KillFile_Impl( const String& rURL ) } catch( ::com::sun::star::ucb::CommandAbortedException& ) { - SAL_INFO( "cui", "KillFile: CommandAbortedException" ); + SAL_WARN( "cui.options", "KillFile: CommandAbortedException" ); bRet = sal_False; } catch( ... ) { - SAL_INFO( "cui", "KillFile: Any other exception" ); + SAL_WARN( "cui.options", "KillFile: Any other exception" ); bRet = sal_False; } diff --git a/cui/source/options/optpath.cxx b/cui/source/options/optpath.cxx index 7abc6fffa102..cdecf06e351f 100644 --- a/cui/source/options/optpath.cxx +++ b/cui/source/options/optpath.cxx @@ -483,7 +483,7 @@ void SvxPathTabPage::ChangeCurrentEntry( const String& _rFolder ) SvLBoxEntry* pEntry = pPathBox->GetCurEntry(); if ( !pEntry ) { - SAL_INFO( "cui", "SvxPathTabPage::ChangeCurrentEntry(): no entry" ); + SAL_WARN( "cui.options", "SvxPathTabPage::ChangeCurrentEntry(): no entry" ); return; } @@ -646,7 +646,7 @@ IMPL_LINK( SvxPathTabPage, PathHdl_Impl, PushButton *, EMPTYARG ) } catch( Exception& ) { - SAL_INFO( "cui", "SvxPathTabPage::PathHdl_Impl: exception from folder picker" ); + SAL_WARN( "cui.options", "SvxPathTabPage::PathHdl_Impl: exception from folder picker" ); } } return 0; diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx index 64fe2c50680f..6668f680e2a5 100644 --- a/cui/source/options/treeopt.cxx +++ b/cui/source/options/treeopt.cxx @@ -996,7 +996,7 @@ void OfaTreeOptionsDialog::SelectHdl_Impl() ActivatePage(RID_SFXPAGE_SAVE); break; default: - SAL_WARN("cui", "Unrecognized options category " << pGroupInfo->m_nDialogId); + SAL_WARN("cui.options", "Unrecognized options category " << pGroupInfo->m_nDialogId); break; } @@ -1637,7 +1637,7 @@ rtl::OUString getCurrentFactory_Impl( const Reference< XFrame >& _xFrame ) } catch ( Exception& ) { - SAL_INFO( "cui", "getActiveModule_Impl(): exception of XModuleManager::identify()" ); + SAL_WARN( "cui.options", "getActiveModule_Impl(): exception of XModuleManager::identify()" ); } } @@ -2095,7 +2095,7 @@ rtl::OUString OfaTreeOptionsDialog::GetModuleIdentifier( } catch ( Exception& ) { - SAL_INFO( "cui", "OfaTreeOptionsDialog::GetModuleIdentifier(): exception of XModuleManager::identify()" ); + SAL_WARN( "cui.options", "OfaTreeOptionsDialog::GetModuleIdentifier(): exception of XModuleManager::identify()" ); } } return sModule; @@ -2474,11 +2474,11 @@ void ExtensionsTabPage::CreateDialogWithHandler() } catch ( ::com::sun::star::lang::IllegalArgumentException& ) { - SAL_INFO( "cui", "ExtensionsTabPage::CreateDialogWithHandler(): illegal argument" ); + SAL_WARN( "cui.options", "ExtensionsTabPage::CreateDialogWithHandler(): illegal argument" ); } catch ( Exception& ) { - SAL_INFO( "cui", "ExtensionsTabPage::CreateDialogWithHandler(): exception of XDialogProvider2::createDialogWithHandler()" ); + SAL_WARN( "cui.options", "ExtensionsTabPage::CreateDialogWithHandler(): exception of XDialogProvider2::createDialogWithHandler()" ); } } @@ -2495,7 +2495,7 @@ sal_Bool ExtensionsTabPage::DispatchAction( const rtl::OUString& rAction ) } catch ( Exception& ) { - SAL_INFO( "cui", "ExtensionsTabPage::DispatchAction(): exception of XDialogEventHandler::callHandlerMethod()" ); + SAL_WARN( "cui.options", "ExtensionsTabPage::DispatchAction(): exception of XDialogEventHandler::callHandlerMethod()" ); } } return bRet; diff --git a/cui/source/tabpages/chardlg.cxx b/cui/source/tabpages/chardlg.cxx index adb659740f3f..7efd9654e09d 100644 --- a/cui/source/tabpages/chardlg.cxx +++ b/cui/source/tabpages/chardlg.cxx @@ -657,7 +657,7 @@ void SvxCharNamePage::FillStyleBox_Impl( const FontNameBox* pNameBox ) pStyleBox = m_pCTLFontStyleLB; else { - SAL_INFO( "cui", "invalid font name box" ); + SAL_WARN( "cui.tabpages", "invalid font name box" ); return; } @@ -704,7 +704,7 @@ void SvxCharNamePage::FillSizeBox_Impl( const FontNameBox* pNameBox ) } else { - SAL_INFO( "cui", "invalid font name box" ); + SAL_WARN( "cui.tabpages", "invalid font name box" ); return; } diff --git a/cui/source/tabpages/paragrph.cxx b/cui/source/tabpages/paragrph.cxx index 2bdebeb25836..4191ee0b00cd 100644 --- a/cui/source/tabpages/paragrph.cxx +++ b/cui/source/tabpages/paragrph.cxx @@ -1343,7 +1343,7 @@ IMPL_LINK( SvxParaAlignTabPage, TextDirectionHdl_Impl, ListBox*, EMPTYARG ) case FRMDIR_ENVIRONMENT : /* do nothing */ break; default: { - SAL_INFO( "cui", "SvxParaAlignTabPage::TextDirectionHdl_Impl(): other directions not supported" ); + SAL_WARN( "cui.tabpages", "SvxParaAlignTabPage::TextDirectionHdl_Impl(): other directions not supported" ); } } |