summaryrefslogtreecommitdiff
path: root/sfx2/source/notify
diff options
context:
space:
mode:
authorMarcel Metz <mmetz@adrian-broher.net>2012-01-11 10:12:28 +0100
committerDavid Tardon <dtardon@redhat.com>2012-01-16 12:51:31 +0100
commit268050960a16af2b404ef3ba42b6185047027e2d (patch)
tree478b6373f9af593fc3e023ae0d8bd009cbae906c /sfx2/source/notify
parentae71f5b4115367b4cc649f3025c43eb733190732 (diff)
Replaced DBG_ERRORFILE with SAL_INFO.
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 474a9219cebd..18276e76094f 100644
--- a/sfx2/source/notify/eventsupplier.cxx
+++ b/sfx2/source/notify/eventsupplier.cxx
@@ -290,7 +290,7 @@ static void Execute( ANY& aEventData, const css::document::DocumentEvent& aTrigg
}
else
{
- DBG_ERRORFILE( "notifyEvent(): Unsupported event type" );
+ SAL_INFO( "sfx2", "notifyEvent(): Unsupported event type" );
}
}
}
@@ -413,7 +413,7 @@ SvxMacro* SfxEvents_Impl::ConvertToMacro( const ANY& rElement, SfxObjectShell* p
else if (aType.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(SVX_MACRO_LANGUAGE_JAVASCRIPT)))
eType = JAVASCRIPT;
else {
- DBG_ERRORFILE( "ConvertToMacro: Unknown macro type" );
+ SAL_INFO( "sfx2", "ConvertToMacro: Unknown macro type" );
}
if ( !aMacroName.isEmpty() )
@@ -479,7 +479,7 @@ void SfxEvents_Impl::NormalizeMacro( const ::comphelper::NamedValueCollection& i
}
else
{
- DBG_ERRORFILE( "ConvertToMacro: Unknown macro url format" );
+ SAL_INFO( "sfx2", "ConvertToMacro: Unknown macro url format" );
}
}
}