summaryrefslogtreecommitdiffstats
path: root/chart2/source/model/main/Axis.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-28 12:42:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-28 13:49:50 +0100
commitf2829946263fffa830af06c32c1027e9b0962907 (patch)
treeb1d1bb9615d8f6b1d135885414fe1d0b1e14a69c /chart2/source/model/main/Axis.hxx
parentcoverity#706260 Uncaught exception (diff)
downloadcore-f2829946263fffa830af06c32c1027e9b0962907.tar.gz
core-f2829946263fffa830af06c32c1027e9b0962907.zip
coverity#706261 Uncaught exception
Change-Id: Ife4d1e828cc2b52c54e425ec7af533ebdacd0f1e
Diffstat (limited to 'chart2/source/model/main/Axis.hxx')
-rw-r--r--chart2/source/model/main/Axis.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/chart2/source/model/main/Axis.hxx b/chart2/source/model/main/Axis.hxx
index e2e20168797c..e414789c457a 100644
--- a/chart2/source/model/main/Axis.hxx
+++ b/chart2/source/model/main/Axis.hxx
@@ -77,7 +77,8 @@ protected:
// ____ OPropertySet ____
virtual ::com::sun::star::uno::Any GetDefaultValue( sal_Int32 nHandle ) const
- throw(::com::sun::star::beans::UnknownPropertyException) SAL_OVERRIDE;
+ throw (css::beans::UnknownPropertyException,
+ css::uno::RuntimeException) SAL_OVERRIDE;
// ____ OPropertySet ____
virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper() SAL_OVERRIDE;