diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-10-23 17:12:09 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-10-23 20:32:38 +0200 |
commit | 860fd4001f3c5e08acacb62134aa476ac2714108 (patch) | |
tree | 46716cbe4af343a840d328dcf68fa53ff4f0c0d8 | |
parent | 91078f94b0f6dfd0796c85aa294e4aad2d948753 (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>
-rw-r--r-- | chart2/qa/extras/xshape/chart2xshape.cxx | 2 |
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 { |