summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-25 13:52:12 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-25 20:19:12 +0100
commitdc21c527c54dbbb9996d16791bec5d2aff6504d8 (patch)
tree57c4a5188d4659e30627bd8ce92b342f727136c9 /comphelper
parent69c8acdcb4805c2c0217633e0b0b874c88d11433 (diff)
coverity#706281 Uncaught exception
Change-Id: I6bc7ea330834054a20f89bdb0ac7cc9ccd9ca4aa
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/property/MasterPropertySet.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/property/MasterPropertySet.cxx b/comphelper/source/property/MasterPropertySet.cxx
index ad8d0a23023f..a9c79da51aa6 100644
--- a/comphelper/source/property/MasterPropertySet.cxx
+++ b/comphelper/source/property/MasterPropertySet.cxx
@@ -263,7 +263,7 @@ void SAL_CALL MasterPropertySet::setPropertyValues( const Sequence< OUString >&
}
Sequence< Any > SAL_CALL MasterPropertySet::getPropertyValues( const Sequence< OUString >& aPropertyNames )
- throw(RuntimeException, std::exception)
+ throw (UnknownPropertyException, RuntimeException, std::exception)
{
// acquire mutex in c-tor and releases it in the d-tor (exception safe!).
boost::scoped_ptr< osl::Guard< comphelper::SolarMutex > > pMutexGuard;