summaryrefslogtreecommitdiffstats
path: root/sc/inc/styleuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-29 16:04:19 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-29 16:41:35 +0000
commitfc94084ad8684481888cf39b331a2e22cfdc8755 (patch)
treeef43c11e2ee4e7467602c93ff63564d74e40018b /sc/inc/styleuno.hxx
parentcoverity#737689 Uncaught exception (diff)
downloadcore-fc94084ad8684481888cf39b331a2e22cfdc8755.tar.gz
core-fc94084ad8684481888cf39b331a2e22cfdc8755.zip
coverity#737687 Uncaught exception
Change-Id: Ib7e2245861d82d7863f3fe03b484356adeae37db
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 d5255dbc3092..24926b511f93 100644
--- a/sc/inc/styleuno.hxx
+++ b/sc/inc/styleuno.hxx
@@ -215,7 +215,8 @@ private:
const SfxItemPropertySimpleEntry* pEntry,
const ::com::sun::star::uno::Any* pValue )
throw(::com::sun::star::lang::IllegalArgumentException,
- ::com::sun::star::uno::RuntimeException);
+ ::com::sun::star::uno::RuntimeException,
+ std::exception);
ScStyleObj(); // disabled
public: