summaryrefslogtreecommitdiff
path: root/sc/inc/styleuno.hxx
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/inc/styleuno.hxx
parent0ca9e0351831b4d877ccb5fc43eb2b6d8b46d822 (diff)
coverity#737689 Uncaught exception
Change-Id: I85814cebd70b52e1a848dbc3a97b4d7c3d694c84
Diffstat (limited to 'sc/inc/styleuno.hxx')
-rw-r--r--sc/inc/styleuno.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/styleuno.hxx b/sc/inc/styleuno.hxx
index 85550f2a9ce4..d5255dbc3092 100644
--- a/sc/inc/styleuno.hxx
+++ b/sc/inc/styleuno.hxx
@@ -326,7 +326,9 @@ public:
// XMultiPropertyStates
// getPropertyStates already defined for XPropertyState
- virtual void SAL_CALL setAllPropertiesToDefault() throw (::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL setAllPropertiesToDefault()
+ throw (::com::sun::star::uno::RuntimeException,
+ std::exception);
virtual void SAL_CALL setPropertiesToDefault( const ::com::sun::star::uno::Sequence<
OUString >& aPropertyNames )
throw (::com::sun::star::beans::UnknownPropertyException,