summaryrefslogtreecommitdiffstats
path: root/sc/inc/styleuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-08 14:06:49 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-08 14:15:58 +0000
commit7fe516a0ad42a2ec1f355b6ce45283d78fe210b4 (patch)
treebc76f5de9735c74129c12f3ad8e0ca30787141a2 /sc/inc/styleuno.hxx
parentcoverity#1169853 Uncaught exception (diff)
downloadcore-7fe516a0ad42a2ec1f355b6ce45283d78fe210b4.tar.gz
core-7fe516a0ad42a2ec1f355b6ce45283d78fe210b4.zip
coverity#1169852 Uncaught exception
Change-Id: I52cd87c045eda2a11f48b0a28109bc7032033124
Diffstat (limited to 'sc/inc/styleuno.hxx')
-rw-r--r--sc/inc/styleuno.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/styleuno.hxx b/sc/inc/styleuno.hxx
index 766800d5dac1..53507d6940c5 100644
--- a/sc/inc/styleuno.hxx
+++ b/sc/inc/styleuno.hxx
@@ -340,7 +340,8 @@ public:
virtual void SAL_CALL setPropertiesToDefault( const ::com::sun::star::uno::Sequence<
OUString >& aPropertyNames )
throw (::com::sun::star::beans::UnknownPropertyException,
- ::com::sun::star::uno::RuntimeException);
+ ::com::sun::star::uno::RuntimeException,
+ std::exception);
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > SAL_CALL
getPropertyDefaults( const ::com::sun::star::uno::Sequence<
OUString >& aPropertyNames )