summaryrefslogtreecommitdiff
path: root/chart2/source/inc/WrappedDefaultProperty.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/WrappedDefaultProperty.hxx')
-rw-r--r--chart2/source/inc/WrappedDefaultProperty.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/inc/WrappedDefaultProperty.hxx b/chart2/source/inc/WrappedDefaultProperty.hxx
index dd44a5507dfc..61d9ce192a79 100644
--- a/chart2/source/inc/WrappedDefaultProperty.hxx
+++ b/chart2/source/inc/WrappedDefaultProperty.hxx
@@ -36,18 +36,18 @@ public:
virtual void setPropertyToDefault(
const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyState >& xInnerPropertyState ) const
throw (::com::sun::star::beans::UnknownPropertyException,
- ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE;
+ ::com::sun::star::uno::RuntimeException) override;
virtual ::com::sun::star::uno::Any getPropertyDefault(
const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyState >& xInnerPropertyState ) const
throw (::com::sun::star::beans::UnknownPropertyException,
::com::sun::star::lang::WrappedTargetException,
- ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE;
+ ::com::sun::star::uno::RuntimeException) override;
virtual ::com::sun::star::beans::PropertyState getPropertyState(
const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyState >& xInnerPropertyState ) const
throw (::com::sun::star::beans::UnknownPropertyException,
- ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE;
+ ::com::sun::star::uno::RuntimeException) override;
private:
::com::sun::star::uno::Any m_aOuterDefaultValue;
};