coverity#989723 Uncaught exception

Change-Id: Iedfbc85972326c10f71f50816d7d806fd4b8bffd
This commit is contained in:
Caolán McNamara 2014-04-23 09:06:47 +01:00
parent 064488221b
commit 942f6a65e1

View file

@ -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)