coverity#989721 Uncaught exception
Change-Id: I42483ab32538cd26f5c26436dd3740724f49bbe6
This commit is contained in:
@@ -287,7 +287,7 @@ public:
|
||||
{ return PropertySetBase::getPropertyValue(p); }
|
||||
|
||||
virtual void SAL_CALL addPropertyChangeListener(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::addPropertyChangeListener(p1, p2); }
|
||||
|
||||
virtual void SAL_CALL removePropertyChangeListener(const OUString& p1, const css::uno::Reference<css::beans::XPropertyChangeListener>& p2)
|
||||
|
Reference in New Issue
Block a user