diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-22 21:03:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-23 08:54:37 +0100 |
commit | 787d41c26d80b01b63c4f65003891f46116bbc29 (patch) | |
tree | f6f91613dbd4bba037fd1c63c326ebb416b6ebef /reportdesign/source/ui/inc/SectionWindow.hxx | |
parent | 93dd12a160f2d64c06921d413f092494e52f283a (diff) |
coverity#1215313 Uncaught exception
Change-Id: I22cd98a35c6c638e3476d54b742762d8a2dfa7fa
Diffstat (limited to 'reportdesign/source/ui/inc/SectionWindow.hxx')
-rw-r--r-- | reportdesign/source/ui/inc/SectionWindow.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/reportdesign/source/ui/inc/SectionWindow.hxx b/reportdesign/source/ui/inc/SectionWindow.hxx index 14f1a6bf72d4..0fd8c2cb44b0 100644 --- a/reportdesign/source/ui/inc/SectionWindow.hxx +++ b/reportdesign/source/ui/inc/SectionWindow.hxx @@ -91,7 +91,8 @@ namespace rptui virtual void Resize() SAL_OVERRIDE; protected: - virtual void _propertyChanged(const ::com::sun::star::beans::PropertyChangeEvent& _rEvent) throw( ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE; + virtual void _propertyChanged(const ::com::sun::star::beans::PropertyChangeEvent& _rEvent) + throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; public: OSectionWindow( OViewsWindow* _pParent ,const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection |