coverity#989722 Uncaught exception
Change-Id: Id242624865fa892c4d45cb04dfaa66d74bb6d5d1
This commit is contained in:
parent
bccc1f2078
commit
064488221b
@ -295,7 +295,7 @@ public:
|
||||
{ PropertySetBase::removePropertyChangeListener(p1, p2); }
|
||||
|
||||
virtual void SAL_CALL addVetoableChangeListener(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::addVetoableChangeListener(p1, p2); }
|
||||
|
||||
virtual void SAL_CALL removeVetoableChangeListener(const OUString& p1, const css::uno::Reference<css::beans::XVetoableChangeListener>& p2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user