[Libreoffice-commits] core.git: sfx2/source
Tor Lillqvist
tml at collabora.com
Tue Feb 18 15:24:29 CET 2014
sfx2/source/control/objface.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0799a45f0fd496b8eae58d53e15ed8e663890089
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Feb 18 16:23:39 2014 +0200
Use correct log area
Change-Id: Idcbb480be0c6bba1215bf75310cd6fc7bfd101a3
diff --git a/sfx2/source/control/objface.cxx b/sfx2/source/control/objface.cxx
index c519678..866c60e 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;
More information about the Libreoffice-commits
mailing list