Kaydet (Commit) d63a10c6 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1308549 Uncaught exception

Change-Id: I9d3086465b9ea6a4aac606b6464abfbfd71dc3ea
üst 6f823d85
...@@ -278,7 +278,7 @@ bool FmFieldWin::Close() ...@@ -278,7 +278,7 @@ bool FmFieldWin::Close()
} }
void FmFieldWin::_propertyChanged(const ::com::sun::star::beans::PropertyChangeEvent& evt) throw( ::com::sun::star::uno::RuntimeException ) void FmFieldWin::_propertyChanged(const ::com::sun::star::beans::PropertyChangeEvent& evt) throw( ::com::sun::star::uno::RuntimeException, std::exception )
{ {
::com::sun::star::uno::Reference< ::com::sun::star::form::XForm > xForm(evt.Source, ::com::sun::star::uno::UNO_QUERY); ::com::sun::star::uno::Reference< ::com::sun::star::form::XForm > xForm(evt.Source, ::com::sun::star::uno::UNO_QUERY);
UpdateContent(xForm); UpdateContent(xForm);
......
...@@ -111,7 +111,7 @@ public: ...@@ -111,7 +111,7 @@ public:
protected: protected:
// FmXChangeListener // 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: protected:
inline SfxBindings& GetBindings() { return SfxControllerItem::GetBindings(); } inline SfxBindings& GetBindings() { return SfxControllerItem::GetBindings(); }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment