diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-31 10:32:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-31 11:19:10 +0100 |
commit | bcb6362ccc6d4b2f1395ce51d34c8e41c48f2cf9 (patch) | |
tree | cd97a28951c48989b68d34a05d512e3ebf55967d /include | |
parent | 919187cbcc5d301c3c7f80fa0ff8cd5462dcc155 (diff) |
coverity#1194938 Uncaught exception
also coverity#1194935 coverity#1194936 and coverity#1194937
Change-Id: I996ffcf97f72e5695147b61927956643340e80fc
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/unoshape.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/unoshape.hxx b/include/svx/unoshape.hxx index 153e193d76e8..54a784ceb6a4 100644 --- a/include/svx/unoshape.hxx +++ b/include/svx/unoshape.hxx @@ -186,7 +186,8 @@ public: const SvxItemPropertySet& GetPropertySet() { return *mpPropSet; } SdrObject* GetSdrObject() const {return mpObj.get();} void SetShapeType( const OUString& ShapeType ) { maShapeType = ShapeType; } - ::com::sun::star::uno::Any GetBitmap( bool bMetaFile = false ) const throw (); + ::com::sun::star::uno::Any GetBitmap( bool bMetaFile = false ) const + throw (css::uno::RuntimeException, std::exception); ::svx::PropertyChangeNotifier& getShapePropertyChangeNotifier(); |