summaryrefslogtreecommitdiffstats
path: root/sc/inc/styleuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-29 16:05:15 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-29 16:41:36 +0000
commit7f3c538514aeab1f628fdcfaed34c42d5740b11e (patch)
treeb1de949a920ff0d7a4226036fd1d836d6dd0e0db /sc/inc/styleuno.hxx
parentcoverity#737687 Uncaught exception (diff)
downloadcore-7f3c538514aeab1f628fdcfaed34c42d5740b11e.tar.gz
core-7f3c538514aeab1f628fdcfaed34c42d5740b11e.zip
coverity#737683 Uncaught exception
Change-Id: I80f2d39ef2578d2f3dfd09e3a7ccf9daaedcb48c
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 24926b511f93..bf757ff1ed79 100644
--- a/sc/inc/styleuno.hxx
+++ b/sc/inc/styleuno.hxx
@@ -239,7 +239,8 @@ public:
virtual OUString SAL_CALL getParentStyle() throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL setParentStyle( const OUString& aParentStyle )
throw(::com::sun::star::container::NoSuchElementException,
- ::com::sun::star::uno::RuntimeException);
+ ::com::sun::star::uno::RuntimeException,
+ std::exception);
// XNamed
virtual OUString SAL_CALL getName() throw(::com::sun::star::uno::RuntimeException);