summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-02 23:30:58 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-02 23:30:58 +0100
commit6ccf68622e51c1b727dd042c1c1a71b5d1fd6a12 (patch)
tree3d1a0681381aca0c108c789fe8efa5d708848aad
parentAssume this shall be conditional on DBG_UTIL (diff)
downloadcore-6ccf68622e51c1b727dd042c1c1a71b5d1fd6a12.tar.gz
core-6ccf68622e51c1b727dd042c1c1a71b5d1fd6a12.zip
No need for this debug code
Change-Id: I05a6d15a0c54ca5457d662c2467cb15c14991a0a
-rw-r--r--scripting/source/provider/ScriptImpl.cxx7
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