Use correct log area
Change-Id: Idcbb480be0c6bba1215bf75310cd6fc7bfd101a3
This commit is contained in:
@@ -628,7 +628,7 @@ sal_Bool SfxInterface::IsObjectBarVisible(sal_uInt16 nNo) const
|
|||||||
|
|
||||||
const SfxInterface* SfxInterface::GetRealInterfaceForSlot( const SfxSlot *pRealSlot ) 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;
|
const SfxInterface* pInterface = this;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user