summaryrefslogtreecommitdiffstats
path: root/sfx2/source/appl/module.cxx
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/appl/module.cxx
parentfdo#65055: sfx: fix automatic version on close (diff)
downloadcore-d38cb53e3bcf3fd95a75e03b01c3b7a209d07b46.tar.gz
core-d38cb53e3bcf3fd95a75e03b01c3b7a209d07b46.zip
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/appl/module.cxx')
-rw-r--r--sfx2/source/appl/module.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/module.cxx b/sfx2/source/appl/module.cxx
index a73445cfee07..ee46ed0e8d0d 100644
--- a/sfx2/source/appl/module.cxx
+++ b/sfx2/source/appl/module.cxx
@@ -197,7 +197,7 @@ void SfxModule::RegisterChildWindow(SfxChildWinFactory *pFact)
if (pFact->nId == (*pImpl->pFactArr)[nFactory]->nId)
{
pImpl->pFactArr->erase( pImpl->pFactArr->begin() + nFactory );
- SAL_WARN("sfx2.appl", "ChildWindow registered multiple times!");
+ SAL_WARN("sfx.appl", "ChildWindow registered multiple times!");
return;
}
}
@@ -391,7 +391,7 @@ FieldUnit SfxModule::GetCurrentFieldUnit()
eUnit = (FieldUnit)( (SfxUInt16Item*)pItem )->GetValue();
}
else
- SAL_WARN( "sfx2.appl", "GetModuleFieldUnit(): no module found" );
+ SAL_WARN( "sfx.appl", "GetModuleFieldUnit(): no module found" );
return eUnit;
}