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

coverity#989724 Uncaught exception

Change-Id: Ia3a74e71b95d263a4d911523d77fd6d8e65adc69
üst 139dcea4
......@@ -299,7 +299,7 @@ public:
{ PropertySetBase::addVetoableChangeListener(p1, p2); }
virtual void SAL_CALL removeVetoableChangeListener(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::removeVetoableChangeListener(p1, p2); }
virtual css::uno::Reference<css::beans::XPropertySetInfo> SAL_CALL getPropertySetInfo()
......
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