coverity#989721 Uncaught exception

Change-Id: I42483ab32538cd26f5c26436dd3740724f49bbe6
This commit is contained in:
Caolán McNamara
2014-04-23 09:05:24 +01:00
parent c27fb22432
commit bccc1f2078

View File

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