diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-05-09 05:01:01 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-05-09 23:29:45 +0200 |
commit | 67c7ef9525308341aed98ecf6ebd06c75cb90466 (patch) | |
tree | 4ff66fd3df304852f3ca0dd66cb92f93f79d8e7d /chart2 | |
parent | 615d8be81a89edc73702534db8a0a7a4b81ef877 (diff) |
coverity#705446: self assignment
Change-Id: I950a6d971b1be742fa7c0ce26697cd84121a14d0
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/charttypes/BubbleChart.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/view/charttypes/BubbleChart.cxx b/chart2/source/view/charttypes/BubbleChart.cxx index c06ebd5e7bcf..f3feec1209f0 100644 --- a/chart2/source/view/charttypes/BubbleChart.cxx +++ b/chart2/source/view/charttypes/BubbleChart.cxx @@ -62,7 +62,6 @@ BubbleChart::BubbleChart( const uno::Reference<XChartType>& xChartTypeModel if( !m_pMainPosHelper ) m_pMainPosHelper = new PlottingPositionHelper(); PlotterBase::m_pPosHelper = m_pMainPosHelper; - VSeriesPlotter::m_pMainPosHelper = m_pMainPosHelper; } BubbleChart::~BubbleChart() |