summaryrefslogtreecommitdiff
path: root/svx/source/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-28 20:53:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-28 20:53:22 +0100
commitd63a10c69fb21dcb7333bfd0c14cf5268a33ed8c (patch)
tree816675b4ad4d15cc009e43d79d6e0a15d478b9d5 /svx/source/inc
parent6f823d85f73ab149a65a0af81cf3691a0702039e (diff)
coverity#1308549 Uncaught exception
Change-Id: I9d3086465b9ea6a4aac606b6464abfbfd71dc3ea
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/tabwin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/inc/tabwin.hxx b/svx/source/inc/tabwin.hxx
index d973a04fe9db..88ac821d0560 100644
--- a/svx/source/inc/tabwin.hxx
+++ b/svx/source/inc/tabwin.hxx
@@ -111,7 +111,7 @@ public:
protected:
// FmXChangeListener
- virtual void _propertyChanged(const ::com::sun::star::beans::PropertyChangeEvent& evt) throw( ::com::sun::star::uno::RuntimeException ) SAL_OVERRIDE;
+ virtual void _propertyChanged(const ::com::sun::star::beans::PropertyChangeEvent& evt) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
protected:
inline SfxBindings& GetBindings() { return SfxControllerItem::GetBindings(); }