diff options
-rw-r--r-- | chart2/source/model/template/BubbleDataInterpreter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/template/BubbleDataInterpreter.cxx b/chart2/source/model/template/BubbleDataInterpreter.cxx index 2d0aab593f66..8157fdcfb0fe 100644 --- a/chart2/source/model/template/BubbleDataInterpreter.cxx +++ b/chart2/source/model/template/BubbleDataInterpreter.cxx @@ -209,7 +209,7 @@ InterpretedData BubbleDataInterpreter::reinterpretDataSeries( { xValuesX = aValueSeqVec[nIndex++]; if( xValuesX.is()) - SetRole( xValuesY->getValues(), u"values-x"_ustr); + SetRole( xValuesX->getValues(), u"values-x"_ustr); } } if( xValuesSize.is()) |