summaryrefslogtreecommitdiff
path: root/sfx2/source/view
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-07-08 18:44:42 +0200
committerMichael Stahl <mstahl@redhat.com>2013-07-08 18:47:25 +0200
commitd38cb53e3bcf3fd95a75e03b01c3b7a209d07b46 (patch)
tree9680b59e62e70a66f4763482dc6b6b6e2dae0932 /sfx2/source/view
parent969bc572441ef8fd43cd7d350a533ffd715b74d3 (diff)
rename sfx2 log area to sfx
not like there never was a sfx1 anyway... perhaps we should rename the whole module... Change-Id: I50c7302f84f15a1d778eca19507694a3bd070b22
Diffstat (limited to 'sfx2/source/view')
-rw-r--r--sfx2/source/view/frmload.cxx4
-rw-r--r--sfx2/source/view/viewfrm.cxx6
2 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/source/view/frmload.cxx b/sfx2/source/view/frmload.cxx
index c87031ec4002..d901cdb1e4dd 100644
--- a/sfx2/source/view/frmload.cxx
+++ b/sfx2/source/view/frmload.cxx
@@ -310,7 +310,7 @@ SfxObjectShellRef SfxFrameLoader_Impl::impl_findObjectShell( const Reference< XM
}
}
- SAL_WARN( "sfx2.view", "SfxFrameLoader_Impl::impl_findObjectShell: model is not based on SfxObjectShell - wrong frame loader usage!" );
+ SAL_WARN( "sfx.view", "SfxFrameLoader_Impl::impl_findObjectShell: model is not based on SfxObjectShell - wrong frame loader usage!" );
return NULL;
}
@@ -514,7 +514,7 @@ sal_Bool SAL_CALL SfxFrameLoader_Impl::load( const Sequence< PropertyValue >& rA
SolarMutexGuard aGuard;
- SAL_INFO( "sfx2.view", "sfx2 (mb93783) ::SfxFrameLoader::load" );
+ SAL_INFO( "sfx.view", "sfx2 (mb93783) ::SfxFrameLoader::load" );
::comphelper::NamedValueCollection aDescriptor( rArgs );
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx
index 8768d788c918..d027b7d8b311 100644
--- a/sfx2/source/view/viewfrm.cxx
+++ b/sfx2/source/view/viewfrm.cxx
@@ -2693,7 +2693,7 @@ void SfxViewFrame::AddDispatchMacroToBasic_Impl( const OUString& sMacro )
if(!xLibCont.is())
{
- SAL_WARN( "sfx2.view", "couldn't get access to the basic lib container. Adding of macro isn't possible." );
+ SAL_WARN( "sfx.view", "couldn't get access to the basic lib container. Adding of macro isn't possible." );
return;
}
@@ -3414,7 +3414,7 @@ bool SfxViewFrame::IsSidebarEnabled()
try {
bEnabled = officecfg::Office::Common::Misc::ExperimentalSidebar::get( xContext );
} catch (const uno::Exception &) {
- SAL_WARN("sfx2.view", "don't have experimental sidebar option installed");
+ SAL_WARN("sfx.view", "don't have experimental sidebar option installed");
}
// rip out the services from framework/ for good measure
@@ -3436,7 +3436,7 @@ bool SfxViewFrame::IsSidebarEnabled()
}
catch ( const uno::Exception &e )
{
- SAL_WARN( "sfx2.view", "Exception de-registering sidebar factories " << e.Message );
+ SAL_WARN( "sfx.view", "Exception de-registering sidebar factories " << e.Message );
}
}