summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-28 17:22:55 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-28 17:56:01 +0100
commit5f0763edc473d0d062910a4722efa0caf9242c0f (patch)
treea1357b86bd258ca95591199401c221588346932c /include
parent265ad0605c905f584a40b48e457bede3c9df8c3b (diff)
coverity#1308544 Uncaught exception
Change-Id: Iebc59db0f9c6738da316c18f18eaefdbfed35936
Diffstat (limited to 'include')
-rw-r--r--include/svx/AccessibleOLEShape.hxx2
-rw-r--r--include/svx/unopool.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/AccessibleOLEShape.hxx b/include/svx/AccessibleOLEShape.hxx
index 4591edd939f2..5ff85ada3468 100644
--- a/include/svx/AccessibleOLEShape.hxx
+++ b/include/svx/AccessibleOLEShape.hxx
@@ -102,7 +102,7 @@ protected:
/// Create a description string that contains the accessible description.
virtual OUString
CreateAccessibleDescription ()
- throw (::com::sun::star::uno::RuntimeException) SAL_OVERRIDE;
+ throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private:
AccessibleOLEShape (const AccessibleOLEShape&) SAL_DELETED_FUNCTION;
diff --git a/include/svx/unopool.hxx b/include/svx/unopool.hxx
index 37a3ab154cb1..c8947794c0be 100644
--- a/include/svx/unopool.hxx
+++ b/include/svx/unopool.hxx
@@ -78,7 +78,7 @@ protected:
void init();
static void getAny( SfxItemPool* pPool, const comphelper::PropertyMapEntry* pEntry, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException);
- virtual void putAny( SfxItemPool* pPool, const comphelper::PropertyMapEntry* pEntry, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::IllegalArgumentException, css::uno::RuntimeException);
+ virtual void putAny( SfxItemPool* pPool, const comphelper::PropertyMapEntry* pEntry, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::IllegalArgumentException, css::uno::RuntimeException, std::exception);
protected:
SdrModel* mpModel;