summaryrefslogtreecommitdiffstats
path: root/pyuno/source/module/pyuno_runtime.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-07-02 08:40:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-07-02 11:39:32 +0100
commit7799d0749ace1f2508a6d046e2ed77106d68a5fa (patch)
treeb806b1d570d076ebad8f57ed7ab7897ca7d799a3 /pyuno/source/module/pyuno_runtime.cxx
parentcoverity#1309065 Uncaught exception (diff)
downloadcore-7799d0749ace1f2508a6d046e2ed77106d68a5fa.tar.gz
core-7799d0749ace1f2508a6d046e2ed77106d68a5fa.zip
coverity#1309066 Uncaught exception
Change-Id: If02a62e814051bb2d75a683877f8d17ec9201993
Diffstat (limited to 'pyuno/source/module/pyuno_runtime.cxx')
-rw-r--r--pyuno/source/module/pyuno_runtime.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/source/module/pyuno_runtime.cxx b/pyuno/source/module/pyuno_runtime.cxx
index fcc94676a3b9..cda8e8b1b669 100644
--- a/pyuno/source/module/pyuno_runtime.cxx
+++ b/pyuno/source/module/pyuno_runtime.cxx
@@ -302,7 +302,7 @@ void stRuntimeImpl::del(PyObject* self)
void Runtime::initialize( const Reference< XComponentContext > & ctx )
- throw ( RuntimeException )
+ throw ( RuntimeException, std::exception )
{
PyRef globalDict, runtime;
getRuntimeImpl( globalDict , runtime );