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

New commits:
commit 5588d66825c800b613d67bf6dc5305ebe9c166c2
Author: Stephan Bergmann <sberg...@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);
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to