summaryrefslogtreecommitdiffstats
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.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/model/inc/BaseCoordinateSystem.hxx b/chart2/source/model/inc/BaseCoordinateSystem.hxx
index 06955837a955..76ad85aa597f 100644
--- a/chart2/source/model/inc/BaseCoordinateSystem.hxx
+++ b/chart2/source/model/inc/BaseCoordinateSystem.hxx
@@ -119,7 +119,6 @@ private:
sal_Int32 m_nDimensionCount;
typedef std::vector< std::vector< css::uno::Reference< css::chart2::XAxis > > > tAxisVecVecType;
tAxisVecVecType m_aAllAxis; //outer sequence is the dimension; inner sequence is the axis index that indicates main or secondary axis
- css::uno::Sequence< css::uno::Any > m_aOrigin;
std::vector< css::uno::Reference< css::chart2::XChartType > > m_aChartTypes;
};