summaryrefslogtreecommitdiff
path: root/sfx2/source/notify
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/notify
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/notify')
-rw-r--r--sfx2/source/notify/eventsupplier.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/notify/eventsupplier.cxx b/sfx2/source/notify/eventsupplier.cxx
index d760a30385e4..e567793584c2 100644
--- a/sfx2/source/notify/eventsupplier.cxx
+++ b/sfx2/source/notify/eventsupplier.cxx
@@ -267,7 +267,7 @@ static void Execute( uno::Any& aEventData, const document::DocumentEvent& aTrigg
}
else
{
- SAL_WARN( "sfx2.notify", "notifyEvent(): Unsupported event type" );
+ SAL_WARN( "sfx.notify", "notifyEvent(): Unsupported event type" );
}
}
}
@@ -390,7 +390,7 @@ SvxMacro* SfxEvents_Impl::ConvertToMacro( const uno::Any& rElement, SfxObjectShe
else if ( aType == SVX_MACRO_LANGUAGE_JAVASCRIPT )
eType = JAVASCRIPT;
else {
- SAL_WARN( "sfx2.notify", "ConvertToMacro: Unknown macro type" );
+ SAL_WARN( "sfx.notify", "ConvertToMacro: Unknown macro type" );
}
if ( !aMacroName.isEmpty() )
@@ -456,7 +456,7 @@ void SfxEvents_Impl::NormalizeMacro( const ::comphelper::NamedValueCollection& i
}
else
{
- SAL_WARN( "sfx2.notify", "ConvertToMacro: Unknown macro url format" );
+ SAL_WARN( "sfx.notify", "ConvertToMacro: Unknown macro url format" );
}
}
}