diff options
Diffstat (limited to 'chart2/source/inc/BaseCoordinateSystem.hxx')
-rw-r--r-- | chart2/source/inc/BaseCoordinateSystem.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chart2/source/inc/BaseCoordinateSystem.hxx b/chart2/source/inc/BaseCoordinateSystem.hxx index 89c5eca50e13..2a308d5c25ed 100644 --- a/chart2/source/inc/BaseCoordinateSystem.hxx +++ b/chart2/source/inc/BaseCoordinateSystem.hxx @@ -118,10 +118,8 @@ protected: void fireModifyEvent(); -protected: - rtl::Reference<ModifyEventForwarder> m_xModifyEventForwarder; - private: + rtl::Reference<ModifyEventForwarder> m_xModifyEventForwarder; sal_Int32 m_nDimensionCount; typedef std::vector< std::vector< rtl::Reference< ::chart::Axis > > > tAxisVecVecType; tAxisVecVecType m_aAllAxis; //outer sequence is the dimension; inner sequence is the axis index that indicates main or secondary axis |