summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/appluno.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-24 12:45:27 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-24 12:53:13 +0000
commit687f46d608ba2f5c0d9c55c5e013e2afd74f8d3a (patch)
treee526663afb99fe96facd232296336f62182a9df6 /sc/source/ui/unoobj/appluno.cxx
parent4e95a50d8b9a404caa63b0d329d0e43b63a20668 (diff)
coverity#737354 Uncaught exception
Change-Id: Iedbff972ef4fba9b0fa877db76a1e9b099223279
Diffstat (limited to 'sc/source/ui/unoobj/appluno.cxx')
-rw-r--r--sc/source/ui/unoobj/appluno.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/appluno.cxx b/sc/source/ui/unoobj/appluno.cxx
index 0b2e0f7fa26c..19a9703d6283 100644
--- a/sc/source/ui/unoobj/appluno.cxx
+++ b/sc/source/ui/unoobj/appluno.cxx
@@ -600,8 +600,8 @@ void SAL_CALL ScSpreadsheetSettings::setPropertyValue(
}
uno::Any SAL_CALL ScSpreadsheetSettings::getPropertyValue( const OUString& aPropertyName )
- throw(beans::UnknownPropertyException, lang::WrappedTargetException,
- uno::RuntimeException)
+ throw (beans::UnknownPropertyException, lang::WrappedTargetException,
+ uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
OUString aString = aPropertyName;