From ab9add5c96490801a7e1761306c41131468db703 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 20 Nov 2015 10:14:49 +0100 Subject: loplugin:sallogareas Change-Id: Ib1f06cb5f925535858bc14aab6f59ad7fd2a3a8d --- sfx2/source/appl/childwin.cxx | 2 +- sfx2/source/sidebar/ResourceManager.cxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/appl/childwin.cxx b/sfx2/source/appl/childwin.cxx index c576ad6e66d9..1df74eca5e99 100644 --- a/sfx2/source/appl/childwin.cxx +++ b/sfx2/source/appl/childwin.cxx @@ -290,7 +290,7 @@ SfxChildWindow* SfxChildWindow::CreateChildWindow( sal_uInt16 nId, if ( pChild && !pChild->pWindow ) { DELETEZ(pChild); - SAL_INFO("sfx2.appl", "ChildWindow has no Window!"); + SAL_INFO("sfx.appl", "ChildWindow has no Window!"); } return pChild; diff --git a/sfx2/source/sidebar/ResourceManager.cxx b/sfx2/source/sidebar/ResourceManager.cxx index 7fef3f9538f5..43c2367495c1 100644 --- a/sfx2/source/sidebar/ResourceManager.cxx +++ b/sfx2/source/sidebar/ResourceManager.cxx @@ -440,7 +440,7 @@ void ResourceManager::ReadContextList ( } else { - SAL_WARN("sfx2.sidebar", "application name " << sApplicationName << " not recognized"); + SAL_WARN("sfx.sidebar", "application name " << sApplicationName << " not recognized"); continue; } } @@ -454,7 +454,7 @@ void ResourceManager::ReadContextList ( const EnumContext::Context eContext (EnumContext::GetContextEnum(sContextName)); if (eContext == EnumContext::Context_Unknown) { - SAL_WARN("sfx2.sidebar", "context name " << sContextName << " not recognized"); + SAL_WARN("sfx.sidebar", "context name " << sContextName << " not recognized"); continue; } -- cgit