summaryrefslogtreecommitdiff
path: root/sfx2/source/config
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/config
parent969bc572441ef8fd43cd7d350a533ffd715b74d3 (diff)
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/config')
-rw-r--r--sfx2/source/config/evntconf.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/config/evntconf.cxx b/sfx2/source/config/evntconf.cxx
index 0bd334f7bd3d..fffd50ccf4af 100644
--- a/sfx2/source/config/evntconf.cxx
+++ b/sfx2/source/config/evntconf.cxx
@@ -209,7 +209,7 @@ uno::Any CreateEventData_Impl( const SvxMacro *pMacro )
}
else
{
- SAL_WARN( "sfx2.config", "CreateEventData_Impl(): ScriptType not supported!");
+ SAL_WARN( "sfx.config", "CreateEventData_Impl(): ScriptType not supported!");
}
}
else
@@ -249,11 +249,11 @@ void PropagateEvent_Impl( SfxObjectShell *pDoc, OUString aEventName, const SvxMa
}
catch( const ::com::sun::star::lang::IllegalArgumentException& )
{
- SAL_WARN( "sfx2.config", "PropagateEvents_Impl: caught IllegalArgumentException" );
+ SAL_WARN( "sfx.config", "PropagateEvents_Impl: caught IllegalArgumentException" );
}
catch( const ::com::sun::star::container::NoSuchElementException& )
{
- SAL_WARN( "sfx2.config", "PropagateEvents_Impl: caught NoSuchElementException" );
+ SAL_WARN( "sfx.config", "PropagateEvents_Impl: caught NoSuchElementException" );
}
}
else {