summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-02-18 16:23:39 +0200
committerTor Lillqvist <tml@collabora.com>2014-02-18 16:23:39 +0200
commit0799a45f0fd496b8eae58d53e15ed8e663890089 (patch)
treec7dd0287fa63f3a942a6d05bf8e35dfcc2ae93a2 /sfx2
parent5732b24b599b8bd8ff804643232a8df920af8b47 (diff)
Use correct log area
Change-Id: Idcbb480be0c6bba1215bf75310cd6fc7bfd101a3
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/control/objface.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/objface.cxx b/sfx2/source/control/objface.cxx
index c519678b35aa..866c60e83117 100644
--- a/sfx2/source/control/objface.cxx
+++ b/sfx2/source/control/objface.cxx
@@ -628,7 +628,7 @@ sal_Bool SfxInterface::IsObjectBarVisible(sal_uInt16 nNo) const
const SfxInterface* SfxInterface::GetRealInterfaceForSlot( const SfxSlot *pRealSlot ) const
{
- SAL_WARN_IF( !pImpData->bRegistered, "sfx2.control", "Interface not registered" );
+ SAL_WARN_IF( !pImpData->bRegistered, "sfx.control", "Interface not registered" );
const SfxInterface* pInterface = this;