chart2/qa/extras/xshape/chart2xshape.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 860fd4001f3c5e08acacb62134aa476ac2714108
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Wed Oct 23 17:12:09 2019 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Wed Oct 23 20:32:38 2019 +0200

    loplugin:getstr (--enable-chart-tests)
    
    Change-Id: Ia01bbbfb86335a5187207fabe10a80723022aa95
    Reviewed-on: https://gerrit.libreoffice.org/81402
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

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
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to