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

coverity#989723 Uncaught exception

Change-Id: Iedfbc85972326c10f71f50816d7d806fd4b8bffd
üst 06448822
......@@ -291,7 +291,7 @@ public:
{ PropertySetBase::addPropertyChangeListener(p1, p2); }
virtual void SAL_CALL removePropertyChangeListener(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::removePropertyChangeListener(p1, p2); }
virtual void SAL_CALL addVetoableChangeListener(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