summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chart2/source/view/charttypes/VSeriesPlotter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/view/charttypes/VSeriesPlotter.cxx b/chart2/source/view/charttypes/VSeriesPlotter.cxx
index 7a8f1d28f708..e5370ac3ad2e 100644
--- a/chart2/source/view/charttypes/VSeriesPlotter.cxx
+++ b/chart2/source/view/charttypes/VSeriesPlotter.cxx
@@ -573,9 +573,9 @@ uno::Reference< drawing::XShape > VSeriesPlotter::createDataLabel( const uno::Re
// with the category name
Sequence< tNameSequence > aParaPropNames(3);
aParaPropNames[1].realloc(1);
- aParaPropNames[1][0] = OUString( "ParaAdjust" );
+ aParaPropNames[1][0] = "ParaAdjust";
aParaPropNames[2].realloc(1);
- aParaPropNames[2][0] = OUString( "ParaAdjust" );
+ aParaPropNames[2][0] = "ParaAdjust";
Sequence< tAnySequence > aParaPropValues(3);
aParaPropValues[1].realloc(1);