[Libreoffice-commits] core.git: chart2/qa

Stephan Bergmann sbergman at redhat.com
Wed May 14 05:31:50 PDT 2014


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

New commits:
commit 5588d66825c800b613d67bf6dc5305ebe9c166c2
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed May 14 14:30:47 2014 +0200

    loplugin:passstringbyref
    
    Change-Id: I0e97ab6ed479ba4057470946d45a0e8cda29470e

diff --git a/chart2/qa/extras/xshape/chart2xshape.cxx b/chart2/qa/extras/xshape/chart2xshape.cxx
index ba100a6..d46df46 100644
--- a/chart2/qa/extras/xshape/chart2xshape.cxx
+++ b/chart2/qa/extras/xshape/chart2xshape.cxx
@@ -41,7 +41,7 @@ private:
 
 namespace {
 
-bool checkDumpAgainstFile( const OUString& rDump, const OUString aFilePath)
+bool checkDumpAgainstFile( const OUString& rDump, const OUString& aFilePath)
 {
     OString aOFile = OUStringToOString(aFilePath, RTL_TEXTENCODING_UTF8);
 


More information about the Libreoffice-commits mailing list