summaryrefslogtreecommitdiff
path: root/chart2/qa/extras/xshape
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-10-23 17:12:09 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-10-23 20:32:38 +0200
commit860fd4001f3c5e08acacb62134aa476ac2714108 (patch)
tree46716cbe4af343a840d328dcf68fa53ff4f0c0d8 /chart2/qa/extras/xshape
parent91078f94b0f6dfd0796c85aa294e4aad2d948753 (diff)
loplugin:getstr (--enable-chart-tests)
Change-Id: Ia01bbbfb86335a5187207fabe10a80723022aa95 Reviewed-on: https://gerrit.libreoffice.org/81402 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'chart2/qa/extras/xshape')
-rw-r--r--chart2/qa/extras/xshape/chart2xshape.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/qa/extras/xshape/chart2xshape.cxx b/chart2/qa/extras/xshape/chart2xshape.cxx
index 2906b078a798..e68deadc2294 100644
--- a/chart2/qa/extras/xshape/chart2xshape.cxx
+++ b/chart2/qa/extras/xshape/chart2xshape.cxx
@@ -90,7 +90,7 @@ void Chart2XShapeTest::compareAgainstReference(const OUString& rReferenceFile, b
OString aOFile = OUStringToOString(aReference, RTL_TEXTENCODING_UTF8);
OString aODump = OUStringToOString(aDump, RTL_TEXTENCODING_UTF8);
std::ofstream aReferenceFile(aOFile.getStr());
- aReferenceFile << aODump.getStr();
+ aReferenceFile << aODump;
}
else
{