summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-29 16:02:58 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-29 16:41:35 +0000
commita4364d474bbccd13836bd6dd8c1fa65955d5450d (patch)
tree30aad9818759af97fc9787832e7f6a2a356e0009 /sc/source
parent0ca9e0351831b4d877ccb5fc43eb2b6d8b46d822 (diff)
coverity#737689 Uncaught exception
Change-Id: I85814cebd70b52e1a848dbc3a97b4d7c3d694c84
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/ui/unoobj/styleuno.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/styleuno.cxx b/sc/source/ui/unoobj/styleuno.cxx
index 19243ecda3c8..3536564249b1 100644
--- a/sc/source/ui/unoobj/styleuno.cxx
+++ b/sc/source/ui/unoobj/styleuno.cxx
@@ -1422,7 +1422,8 @@ void SAL_CALL ScStyleObj::firePropertiesChangeEvent( const uno::Sequence<OUStrin
// XMultiPropertyStates
// getPropertyStates already defined for XPropertyState
-void SAL_CALL ScStyleObj::setAllPropertiesToDefault() throw (uno::RuntimeException)
+void SAL_CALL ScStyleObj::setAllPropertiesToDefault()
+ throw (uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;