summaryrefslogtreecommitdiff
path: root/pyuno/source/module/pyuno_except.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/source/module/pyuno_except.cxx')
-rw-r--r--pyuno/source/module/pyuno_except.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyuno/source/module/pyuno_except.cxx b/pyuno/source/module/pyuno_except.cxx
index a0673696f00f..643f3aaacd7c 100644
--- a/pyuno/source/module/pyuno_except.cxx
+++ b/pyuno/source/module/pyuno_except.cxx
@@ -76,7 +76,6 @@ void raisePyExceptionWithAny( const css::uno::Any &anyExc )
/// @throws RuntimeException
static PyRef createClass( const OUString & name, const Runtime &runtime )
- throw ( RuntimeException )
{
// assuming that this is never deleted !
// note I don't have the knowledge how to initialize these type objects correctly !