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

coverity#1297234 Uncaught exception

Change-Id: I6ce09d3a7c77c5501608a2d1b0812c3c22ef16af
üst f1ad620b
...@@ -1233,7 +1233,7 @@ void OGroupsSortingDialog::showHelpText(sal_uInt16 _nResId) ...@@ -1233,7 +1233,7 @@ void OGroupsSortingDialog::showHelpText(sal_uInt16 _nResId)
m_pHelpWindow->SetText(OUString(ModuleRes(_nResId))); m_pHelpWindow->SetText(OUString(ModuleRes(_nResId)));
} }
void OGroupsSortingDialog::_propertyChanged(const beans::PropertyChangeEvent& _rEvent) throw( uno::RuntimeException) void OGroupsSortingDialog::_propertyChanged(const beans::PropertyChangeEvent& _rEvent) throw(uno::RuntimeException, std::exception)
{ {
uno::Reference< report::XGroup > xGroup(_rEvent.Source,uno::UNO_QUERY); uno::Reference< report::XGroup > xGroup(_rEvent.Source,uno::UNO_QUERY);
if ( xGroup.is() ) if ( xGroup.is() )
......
...@@ -139,7 +139,7 @@ private: ...@@ -139,7 +139,7 @@ private:
void operator =(OGroupsSortingDialog&) SAL_DELETED_FUNCTION; void operator =(OGroupsSortingDialog&) SAL_DELETED_FUNCTION;
protected: protected:
// OPropertyChangeListener // OPropertyChangeListener
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: public:
OGroupsSortingDialog( vcl::Window* pParent OGroupsSortingDialog( vcl::Window* pParent
,bool _bReadOnly ,bool _bReadOnly
......
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