summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/MultiPropertySetHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/chart/MultiPropertySetHandler.hxx')
-rw-r--r--xmloff/source/chart/MultiPropertySetHandler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/chart/MultiPropertySetHandler.hxx b/xmloff/source/chart/MultiPropertySetHandler.hxx
index 81bd079d3cdf..a458492f8822 100644
--- a/xmloff/source/chart/MultiPropertySetHandler.hxx
+++ b/xmloff/source/chart/MultiPropertySetHandler.hxx
@@ -75,7 +75,7 @@ public:
/** descr Set the given value inside an Any to the variable referenced
by the data member.
*/
- virtual void SetValue (const ::com::sun::star::uno::Any & rValue)
+ virtual void SetValue (const ::com::sun::star::uno::Any & rValue) SAL_OVERRIDE
{
rValue >>= mrValue;
}