From 7799d0749ace1f2508a6d046e2ed77106d68a5fa Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 2 Jul 2015 08:40:23 +0100 Subject: coverity#1309066 Uncaught exception Change-Id: If02a62e814051bb2d75a683877f8d17ec9201993 --- pyuno/inc/pyuno/pyuno.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyuno/inc') diff --git a/pyuno/inc/pyuno/pyuno.hxx b/pyuno/inc/pyuno/pyuno.hxx index 825fa93c455f..66ad8e69fc91 100644 --- a/pyuno/inc/pyuno/pyuno.hxx +++ b/pyuno/inc/pyuno/pyuno.hxx @@ -210,7 +210,7 @@ public: */ static void SAL_CALL initialize( const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > & ctx ) - throw ( com::sun::star::uno::RuntimeException ); + throw ( com::sun::star::uno::RuntimeException, std::exception ); /** Checks, whether the uno runtime is already initialized in the current python interpreter. */ -- cgit