Kaydet (Commit) a01ef197 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Improve logging

Change-Id: I9c879cc16de0d5353a5ab8ce4c8a8cd7f000a170
üst 27d5b5c6
...@@ -494,6 +494,7 @@ certain functionality. ...@@ -494,6 +494,7 @@ certain functionality.
@li @c reportdesign @li @c reportdesign
@li @c rsc @li @c rsc
@li @c sax @li @c sax
@li @c scripting.provider
@li @c shell @li @c shell
@li @c stoc @li @c stoc
@li @c store @li @c store
......
...@@ -540,8 +540,10 @@ MasterScriptProvider::insertByName( const OUString& aName, const Any& aElement ) ...@@ -540,8 +540,10 @@ MasterScriptProvider::insertByName( const OUString& aName, const Any& aElement )
xCont->insertByName( aName, aElement ); xCont->insertByName( aName, aElement );
break; break;
} }
catch ( Exception& ) catch ( Exception& e )
{ {
SAL_INFO(
"scripting.provider", "ignoring Exception " << e.Message);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment