summaryrefslogtreecommitdiffstats
path: root/sc/inc/styleuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-29 16:01:50 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-29 16:41:35 +0000
commit0ca9e0351831b4d877ccb5fc43eb2b6d8b46d822 (patch)
tree9ccf9ee8039cab1f439ea5220509bf6f1ff9a182 /sc/inc/styleuno.hxx
parentcoverity#737711 Uncaught exception (diff)
downloadcore-0ca9e0351831b4d877ccb5fc43eb2b6d8b46d822.tar.gz
core-0ca9e0351831b4d877ccb5fc43eb2b6d8b46d822.zip
coverity#737693 Uncaught exception
Change-Id: I91f23b9dae37e7b2d79e643f7f99ec31f82c369d
Diffstat (limited to 'sc/inc/styleuno.hxx')
-rw-r--r--sc/inc/styleuno.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/styleuno.hxx b/sc/inc/styleuno.hxx
index a3c894553b34..85550f2a9ce4 100644
--- a/sc/inc/styleuno.hxx
+++ b/sc/inc/styleuno.hxx
@@ -133,8 +133,9 @@ public:
::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL removeByName( const OUString& Name )
throw(::com::sun::star::container::NoSuchElementException,
- ::com::sun::star::lang::WrappedTargetException,
- ::com::sun::star::uno::RuntimeException);
+ ::com::sun::star::lang::WrappedTargetException,
+ ::com::sun::star::uno::RuntimeException,
+ std::exception);
// XNameReplace
virtual void SAL_CALL replaceByName( const OUString& aName,