summaryrefslogtreecommitdiff
path: root/basic/inc/sbobjmod.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-27 16:13:45 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-27 18:24:57 +0100
commitcfbbb3ca5d0d7bc479e219e17aa2919196664118 (patch)
tree1c2c8d7acbba6a315e06e84b28bd76981f4bdc4b /basic/inc/sbobjmod.hxx
parent232db3f79cd2cb28c44da993df7dab0b049746c9 (diff)
coverity#1308445 Uncaught exception
Change-Id: I831637f7f2fb2c552de8c20dc9f5da4e8783b935
Diffstat (limited to 'basic/inc/sbobjmod.hxx')
-rw-r--r--basic/inc/sbobjmod.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/inc/sbobjmod.hxx b/basic/inc/sbobjmod.hxx
index 364e8ccafe7f..c71c20aeed79 100644
--- a/basic/inc/sbobjmod.hxx
+++ b/basic/inc/sbobjmod.hxx
@@ -45,7 +45,7 @@ public:
using SbxValue::GetObject;
SbxVariable* GetObject();
- void SetUnoObject( const com::sun::star::uno::Any& aObj )throw ( com::sun::star::uno::RuntimeException ) ;
+ void SetUnoObject( const com::sun::star::uno::Any& aObj )throw ( com::sun::star::uno::RuntimeException, std::exception ) ;
};
class FormObjEventListenerImpl;