summaryrefslogtreecommitdiffstats
path: root/sc/inc/styleuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-08 21:07:58 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-08 21:07:58 +0000
commitdec544be7c929a5c006008ddd3b901f18f4fbbe1 (patch)
tree314d8b4e205db08e3153d86a6387b7ce0169dd6d /sc/inc/styleuno.hxx
parentcoverity#1169818 Dereference after null check (diff)
downloadcore-dec544be7c929a5c006008ddd3b901f18f4fbbe1.tar.gz
core-dec544be7c929a5c006008ddd3b901f18f4fbbe1.zip
coverity#169849 Uncaught exception
Change-Id: I7c41fcd5be19ed9a0ba7e06920da4eadd0ea15a9
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 53507d6940c5..ca20f18a8c09 100644
--- a/sc/inc/styleuno.hxx
+++ b/sc/inc/styleuno.hxx
@@ -325,7 +325,8 @@ public:
::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL setPropertyToDefault( const OUString& PropertyName )
throw(::com::sun::star::beans::UnknownPropertyException,
- ::com::sun::star::uno::RuntimeException);
+ ::com::sun::star::uno::RuntimeException,
+ std::exception);
virtual ::com::sun::star::uno::Any SAL_CALL getPropertyDefault(
const OUString& aPropertyName )
throw(::com::sun::star::beans::UnknownPropertyException,