summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-02-04 16:04:42 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-02-04 16:04:42 +0100
commit879bf788bca29536232b0a2124b3c411b071ef63 (patch)
treed49013dfa0446ea4b8621fdb15ece6f86cb9143c
parent9599cf88b1179e7727c7fa5a32c3dbb1635f4d00 (diff)
loplugin:sallogareas
Change-Id: I27a0fa8318fa50ef6e3ccd3a736c5fcbc36bbaa0
-rw-r--r--framework/source/fwi/helper/mischelper.cxx2
-rw-r--r--framework/source/uiconfiguration/windowstateconfiguration.cxx2
-rw-r--r--framework/source/uielement/langselectionstatusbarcontroller.cxx4
-rw-r--r--framework/source/uielement/menubarmanager.cxx2
4 files changed, 5 insertions, 5 deletions
diff --git a/framework/source/fwi/helper/mischelper.cxx b/framework/source/fwi/helper/mischelper.cxx
index 665b74290fca..7eb5a403373e 100644
--- a/framework/source/fwi/helper/mischelper.cxx
+++ b/framework/source/fwi/helper/mischelper.cxx
@@ -53,7 +53,7 @@ uno::Reference< linguistic2::XLanguageGuessing > LanguageGuessingHelper::GetGues
}
catch (const uno::Exception &)
{
- SAL_WARN( "framework.fwi", "failed to get language guessing component" );
+ SAL_WARN( "fwk", "failed to get language guessing component" );
}
}
return m_xLanguageGuesser;
diff --git a/framework/source/uiconfiguration/windowstateconfiguration.cxx b/framework/source/uiconfiguration/windowstateconfiguration.cxx
index 9412302e06bb..1fff2d393937 100644
--- a/framework/source/uiconfiguration/windowstateconfiguration.cxx
+++ b/framework/source/uiconfiguration/windowstateconfiguration.cxx
@@ -844,7 +844,7 @@ ConfigurationAccess_WindowState::WindowStateInfo& ConfigurationAccess_WindowStat
case PROPERTY_CONTEXTACTIVE:
aWindowStateInfo.bContextActive = bValue; break;
default:
- SAL_WARN( "framework.uiconfiguration", "Unknown boolean property in WindowState found!" );
+ SAL_WARN( "fwk.uiconfiguration", "Unknown boolean property in WindowState found!" );
}
}
}
diff --git a/framework/source/uielement/langselectionstatusbarcontroller.cxx b/framework/source/uielement/langselectionstatusbarcontroller.cxx
index 5133e4483b84..2aa6c6188d27 100644
--- a/framework/source/uielement/langselectionstatusbarcontroller.cxx
+++ b/framework/source/uielement/langselectionstatusbarcontroller.cxx
@@ -159,7 +159,7 @@ throw (css::uno::RuntimeException, std::exception)
!rStr.isEmpty()) // 'no language found' from language guessing
{
SAL_WARN_IF( MID_LANG_SEL_1 > nItemId || nItemId > MID_LANG_SEL_9,
- "framework.uielement", "nItemId outside of expected range!" );
+ "fwk.uielement", "nItemId outside of expected range!" );
xPopupMenu->insertItem( nItemId, rStr, 0, nItemId );
if ( rStr == m_aCurLang )
{
@@ -187,7 +187,7 @@ throw (css::uno::RuntimeException, std::exception)
!rStr.isEmpty()) // 'no language found' from language guessing
{
SAL_WARN_IF( MID_LANG_PARA_1 > nItemId || nItemId > MID_LANG_PARA_9,
- "framework.uielement", "nItemId outside of expected range!" );
+ "fwk.uielement", "nItemId outside of expected range!" );
subPopupMenu->insertItem( nItemId, rStr, 0, nItemId );
aLangMap[nItemId] = rStr;
++nItemId;
diff --git a/framework/source/uielement/menubarmanager.cxx b/framework/source/uielement/menubarmanager.cxx
index cd4492f40fae..871881728f53 100644
--- a/framework/source/uielement/menubarmanager.cxx
+++ b/framework/source/uielement/menubarmanager.cxx
@@ -226,7 +226,7 @@ MenuBarManager::~MenuBarManager()
m_xDeferedItemContainer.clear();
m_aAsyncSettingsTimer.Stop();
- SAL_WARN_IF( OWeakObject::m_refCount != 0, "framework.uielement", "Who wants to delete an object with refcount > 0!" );
+ SAL_WARN_IF( OWeakObject::m_refCount != 0, "fwk.uielement", "Who wants to delete an object with refcount > 0!" );
}
void MenuBarManager::Destroy()