diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-02-10 14:49:23 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-02-10 14:49:23 +0100 |
commit | 5b8947a093216a546881a749dec8d637ff1b7dd1 (patch) | |
tree | fda1695b871d5599af8d00c3f55b8b329bff9f87 /basctl/source/inc | |
parent | eb01f58edde8513550744576649a5c08f807ef72 (diff) |
coverity#1268024 coverity#1267686: basctl: uncaught exception
DlgEdObj::_propertyChange() should have same exception spec. as
XPropertyChangeListener::propertyChange().
Change-Id: I8d5b628b7cc382dae55a9e17bf813fba647453eb
Diffstat (limited to 'basctl/source/inc')
-rw-r--r-- | basctl/source/inc/dlgedobj.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/inc/dlgedobj.hxx b/basctl/source/inc/dlgedobj.hxx index c75431c7fff6..0bbd9d5fc7d5 100644 --- a/basctl/source/inc/dlgedobj.hxx +++ b/basctl/source/inc/dlgedobj.hxx @@ -121,7 +121,7 @@ public: void SAL_CALL TabIndexChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw( ::com::sun::star::uno::RuntimeException); // PropertyChangeListener - void SAL_CALL _propertyChange(const css::beans::PropertyChangeEvent& evt) throw (css::container::NoSuchElementException, css::uno::RuntimeException, std::exception); + void SAL_CALL _propertyChange(const css::beans::PropertyChangeEvent& evt) throw (css::uno::RuntimeException, std::exception); // ContainerListener void SAL_CALL _elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) throw(::com::sun::star::uno::RuntimeException); |