diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-28 16:49:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-28 17:55:50 +0100 |
commit | 4d58a80fcab53e11457a47b6f76eb618cb8e835f (patch) | |
tree | 3426c06d2f364a761f6881075e20cc2621fb0d25 /include/svx | |
parent | 9a36ba20c5c0a1c62976faf676db5f605c36ca70 (diff) |
coverity#1308515 Uncaught exception
Change-Id: I22d666417a45eaecf4ade96e3b9207700d8fe778
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/unomaster.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/unomaster.hxx b/include/svx/unomaster.hxx index 3f2c661c80cc..ae5206d34f7b 100644 --- a/include/svx/unomaster.hxx +++ b/include/svx/unomaster.hxx @@ -51,7 +51,7 @@ public: virtual ::com::sun::star::beans::PropertyState SAL_CALL getPropertyState( const OUString& PropertyName ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) = 0; virtual void SAL_CALL setPropertyToDefault( const OUString& PropertyName ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) = 0; - virtual ::com::sun::star::uno::Any SAL_CALL getPropertyDefault( const OUString& aPropertyName ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException) = 0; + virtual ::com::sun::star::uno::Any SAL_CALL getPropertyDefault( const OUString& aPropertyName ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception) = 0; virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw(::com::sun::star::uno::RuntimeException) = 0; |