summaryrefslogtreecommitdiffstats
path: root/chart2/source/view/charttypes/BubbleChart.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/charttypes/BubbleChart.cxx')
-rw-r--r--chart2/source/view/charttypes/BubbleChart.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/view/charttypes/BubbleChart.cxx b/chart2/source/view/charttypes/BubbleChart.cxx
index 11004bb1e54f..2f8356044454 100644
--- a/chart2/source/view/charttypes/BubbleChart.cxx
+++ b/chart2/source/view/charttypes/BubbleChart.cxx
@@ -200,9 +200,9 @@ void BubbleChart::createShapes()
//therefore create an own group for the texts and the error bars to move them to front
//(because the text group is created after the series group the texts are displayed on top)
uno::Reference< drawing::XShapes > xSeriesTarget(
- createGroupShape( m_xLogicTarget,OUString() ));
+ createGroupShape( m_xLogicTarget ));
uno::Reference< drawing::XShapes > xTextTarget(
- m_pShapeFactory->createGroup2D( m_xFinalTarget,OUString() ));
+ m_pShapeFactory->createGroup2D( m_xFinalTarget ));
//update/create information for current group
double fLogicZ = 1.0;//as defined