summaryrefslogtreecommitdiff
path: root/sfx2/source/control/dispatch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/control/dispatch.cxx')
-rw-r--r--sfx2/source/control/dispatch.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx
index 8c8cf7a33837..95ee15d4a524 100644
--- a/sfx2/source/control/dispatch.cxx
+++ b/sfx2/source/control/dispatch.cxx
@@ -452,7 +452,7 @@ void SfxDispatcher::Pop
SfxApplication *pSfxApp = SFX_APP();
SAL_INFO(
- "sfx2",
+ "sfx2.control",
"-SfxDispatcher(" << this << (bPush ? ")::Push(" : ")::Pop(")
<< (rShell.GetInterface()
? rShell.GetInterface()->GetClassName() : SAL_STREAM(&rShell))
@@ -1676,7 +1676,7 @@ void SfxDispatcher::FlushImpl()
for (sal_uInt16 n=0; n<SFX_OBJECTBAR_MAX; n++)
pImp->aFixedObjBars[n].nResId = 0;
- SAL_INFO("sfx2", "SfxDispatcher(" << this << ")::Flush() done");
+ SAL_INFO("sfx2.control", "SfxDispatcher(" << this << ")::Flush() done");
}
//--------------------------------------------------------------------