diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-02 23:30:58 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-02 23:30:58 +0100 |
commit | 6ccf68622e51c1b727dd042c1c1a71b5d1fd6a12 (patch) | |
tree | 3d1a0681381aca0c108c789fe8efa5d708848aad /scripting | |
parent | b35e797ca0e2c7e7ad6dbccea6b92208b209677c (diff) |
No need for this debug code
Change-Id: I05a6d15a0c54ca5457d662c2467cb15c14991a0a
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/provider/ScriptImpl.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripting/source/provider/ScriptImpl.cxx b/scripting/source/provider/ScriptImpl.cxx index 074159042d5f..5fa3d5ea833e 100644 --- a/scripting/source/provider/ScriptImpl.cxx +++ b/scripting/source/provider/ScriptImpl.cxx @@ -92,13 +92,6 @@ throw ( lang::IllegalArgumentException, script::CannotConvertException, OUString temp = "ScriptImpl::invoke RuntimeException : "; throw RuntimeException( temp.concat( re.Message ) ); } -#ifdef _DEBUG - catch ( ... ) - { - throw RuntimeException( - "ScriptImpl::invoke Unknown Exception caught - RuntimeException rethrown" ); - } -#endif return result; } } // namespace func_provider |