coverity#989723 Uncaught exception
Change-Id: Iedfbc85972326c10f71f50816d7d806fd4b8bffd
This commit is contained in:
parent
064488221b
commit
942f6a65e1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue