summaryrefslogtreecommitdiff
path: root/sfx2/source/config/evntconf.cxx
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/config/evntconf.cxx
parentae71f5b4115367b4cc649f3025c43eb733190732 (diff)
Replaced DBG_ERRORFILE with SAL_INFO.
Diffstat (limited to 'sfx2/source/config/evntconf.cxx')
-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 a28438310472..1c18d3f8fcf6 100644
--- a/sfx2/source/config/evntconf.cxx
+++ b/sfx2/source/config/evntconf.cxx
@@ -217,7 +217,7 @@ uno::Any CreateEventData_Impl( const SvxMacro *pMacro )
}
else
{
- DBG_ERRORFILE( "CreateEventData_Impl(): ScriptType not supported!");
+ SAL_INFO( "sfx2", "CreateEventData_Impl(): ScriptType not supported!");
}
}
else
@@ -256,9 +256,9 @@ void PropagateEvent_Impl( SfxObjectShell *pDoc, rtl::OUString aEventName, const
xEvents->replaceByName( aEventName, aEventData );
}
catch( const ::com::sun::star::lang::IllegalArgumentException& )
- { DBG_ERRORFILE( "PropagateEvents_Impl: caught IllegalArgumentException" ); }
+ { SAL_INFO( "sfx2", "PropagateEvents_Impl: caught IllegalArgumentException" ); }
catch( const ::com::sun::star::container::NoSuchElementException& )
- { DBG_ERRORFILE( "PropagateEvents_Impl: caught NoSuchElementException" ); }
+ { SAL_INFO( "sfx2", "PropagateEvents_Impl: caught NoSuchElementException" ); }
}
else {
DBG_WARNING( "PropagateEvents_Impl: Got unkown event" );