summaryrefslogtreecommitdiff
path: root/chart2/source/model/inc/BaseCoordinateSystem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model/inc/BaseCoordinateSystem.hxx')
-rw-r--r--chart2/source/model/inc/BaseCoordinateSystem.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/chart2/source/model/inc/BaseCoordinateSystem.hxx b/chart2/source/model/inc/BaseCoordinateSystem.hxx
index 1f20e83a02dc..d6dee67159bc 100644
--- a/chart2/source/model/inc/BaseCoordinateSystem.hxx
+++ b/chart2/source/model/inc/BaseCoordinateSystem.hxx
@@ -109,6 +109,10 @@ protected:
virtual void firePropertyChangeEvent() override;
using OPropertySet::disposing;
+ // ____ XChartStyles ____
+ virtual void setChartStyle( const sal_Int16 nValue ) override;
+ virtual void createStyle() override;
+
void fireModifyEvent();
protected: