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

coverity#989722 Uncaught exception

Change-Id: Id242624865fa892c4d45cb04dfaa66d74bb6d5d1
üst bccc1f20
...@@ -295,7 +295,7 @@ public: ...@@ -295,7 +295,7 @@ public:
{ PropertySetBase::removePropertyChangeListener(p1, p2); } { PropertySetBase::removePropertyChangeListener(p1, p2); }
virtual void SAL_CALL addVetoableChangeListener(const OUString& p1, const css::uno::Reference<css::beans::XVetoableChangeListener>& p2) virtual void SAL_CALL addVetoableChangeListener(const OUString& p1, const css::uno::Reference<css::beans::XVetoableChangeListener>& p2)
throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE throw (css::beans::UnknownPropertyException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE
{ PropertySetBase::addVetoableChangeListener(p1, p2); } { PropertySetBase::addVetoableChangeListener(p1, p2); }
virtual void SAL_CALL removeVetoableChangeListener(const OUString& p1, const css::uno::Reference<css::beans::XVetoableChangeListener>& p2) virtual void SAL_CALL removeVetoableChangeListener(const OUString& p1, const css::uno::Reference<css::beans::XVetoableChangeListener>& p2)
......
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