diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-12-29 12:19:45 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-12-30 11:06:20 +0100 |
commit | 84b08eaeb7b2e8a61ee0dab79cabae07e2209c3f (patch) | |
tree | ab7ac6da14be5156a3b6701ef3f867fffe27ef7c /chart2/qa/extras | |
parent | 188ec34cf157ffee8c63f03f420ca9daafb5ff29 (diff) |
loplugin:stringviewparam: operator +, redux
Change-Id: I0790e09f24512d7b205681127eb95ad7dc15a15f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108473
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'chart2/qa/extras')
-rw-r--r-- | chart2/qa/extras/chart2import.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/qa/extras/chart2import.cxx b/chart2/qa/extras/chart2import.cxx index 272639ad069c..57c7227b49c1 100644 --- a/chart2/qa/extras/chart2import.cxx +++ b/chart2/qa/extras/chart2import.cxx @@ -2806,7 +2806,7 @@ void Chart2ImportTest::testTdfCustomShapePos() void Chart2ImportTest::testTdf121281() { - load("/chart2/qa/extras/data/xlsx/", "incorrect_label_position.xlsx"); + load(u"/chart2/qa/extras/data/xlsx/", "incorrect_label_position.xlsx"); Reference<chart::XChartDocument> xChartDoc(getChartDocFromSheet(0, mxComponent), UNO_QUERY_THROW); Reference<drawing::XDrawPageSupplier> xDrawPageSupplier(xChartDoc, UNO_QUERY_THROW); |