summaryrefslogtreecommitdiffstats
path: root/chart2/source/view/charttypes
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-09-26 13:06:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-09-26 15:19:54 +0200
commitd9e044f04ac11b76b9a3dac575f4e9155b67490e (patch)
treecd25276d6df0697df59cd95d219ecb7be29bbeec /chart2/source/view/charttypes
parentcrashtesting: forum-de2-1635.ods (diff)
downloadcore-d9e044f04ac11b76b9a3dac575f4e9155b67490e.tar.gz
core-d9e044f04ac11b76b9a3dac575f4e9155b67490e.zip
use more string_view in chart2
Change-Id: I2afe0b5f82d1704a29bc80a969ee099eec90d3a7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140590 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/view/charttypes')
-rw-r--r--chart2/source/view/charttypes/VSeriesPlotter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/charttypes/VSeriesPlotter.cxx b/chart2/source/view/charttypes/VSeriesPlotter.cxx
index 65d404fb0be8..130bb300cb66 100644
--- a/chart2/source/view/charttypes/VSeriesPlotter.cxx
+++ b/chart2/source/view/charttypes/VSeriesPlotter.cxx
@@ -2832,7 +2832,7 @@ std::vector< ViewLegendEntry > VSeriesPlotter::createLegendEntriesForSeries(
{
//label
OUString aResStr( RegressionCurveHelper::getUINameForRegressionCurve( aCurves[i] ) );
- replaceParamterInString( aResStr, "%SERIESNAME", aLabelText );
+ replaceParamterInString( aResStr, u"%SERIESNAME", aLabelText );
aEntry.aLabel = FormattedStringHelper::createFormattedStringSequence( xContext, aResStr, xTextProperties );
// symbol