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

coverity#989721 Uncaught exception

Change-Id: I42483ab32538cd26f5c26436dd3740724f49bbe6
üst c27fb224
...@@ -287,7 +287,7 @@ public: ...@@ -287,7 +287,7 @@ public:
{ return PropertySetBase::getPropertyValue(p); } { return PropertySetBase::getPropertyValue(p); }
virtual void SAL_CALL addPropertyChangeListener(const OUString& p1, const css::uno::Reference<css::beans::XPropertyChangeListener>& p2) virtual void SAL_CALL addPropertyChangeListener(const OUString& p1, const css::uno::Reference<css::beans::XPropertyChangeListener>& p2)
throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE throw (css::beans::UnknownPropertyException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE
{ PropertySetBase::addPropertyChangeListener(p1, p2); } { PropertySetBase::addPropertyChangeListener(p1, p2); }
virtual void SAL_CALL removePropertyChangeListener(const OUString& p1, const css::uno::Reference<css::beans::XPropertyChangeListener>& p2) virtual void SAL_CALL removePropertyChangeListener(const OUString& p1, const css::uno::Reference<css::beans::XPropertyChangeListener>& 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