summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-10-10 03:20:32 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-11-19 13:47:35 +0100
commit7a3e2ca41fe0755ea60431850b53937a4da38a33 (patch)
treec68384ea3cc6d34bcbcff43a55389306f2f136cb /chart2
parent12c7995028c1442bff0cb9f81fd28f86e04573ab (diff)
leave default constructed objects out
Change-Id: I551574e33d1a3c08c0653f88f2d626beee3f2594
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/main/VDataSeries.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/chart2/source/view/main/VDataSeries.cxx b/chart2/source/view/main/VDataSeries.cxx
index d7e1522d88b0..def2f6e6e978 100644
--- a/chart2/source/view/main/VDataSeries.cxx
+++ b/chart2/source/view/main/VDataSeries.cxx
@@ -152,17 +152,8 @@ VDataSeries::VDataSeries( const uno::Reference< XDataSeries >& xDataSeries )
, m_xFrontSubGroupShape(NULL)
, m_xBackSubGroupShape(NULL)
, m_xDataSeries(xDataSeries)
- , m_aDataSequences()
, m_nPointCount(0)
- , m_aValues_X()
- , m_aValues_Y()
- , m_aValues_Z()
- , m_aValues_Y_Min()
- , m_aValues_Y_Max()
- , m_aValues_Y_First()
- , m_aValues_Y_Last()
- , m_aValues_Bubble_Size()
, m_pValueSequenceForDataLabelNumberFormatDetection(&m_aValues_Y)
, m_fXMeanValue(1.0)
@@ -176,11 +167,6 @@ VDataSeries::VDataSeries( const uno::Reference< XDataSeries >& xDataSeries )
, m_bGroupBarsPerAxis(sal_True)
, m_nStartingAngle(90)
- , m_aSeriesParticle()
- , m_aCID()
- , m_aPointCID_Stub()
- , m_aLabelCID_Stub()
-
, m_nGlobalSeriesIndex(0)
, m_apLabel_Series(NULL)