From 5588d66825c800b613d67bf6dc5305ebe9c166c2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 14 May 2014 14:30:47 +0200 Subject: loplugin:passstringbyref Change-Id: I0e97ab6ed479ba4057470946d45a0e8cda29470e --- chart2/qa/extras/xshape/chart2xshape.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2/qa/extras/xshape') diff --git a/chart2/qa/extras/xshape/chart2xshape.cxx b/chart2/qa/extras/xshape/chart2xshape.cxx index ba100a694082..d46df46ae4cc 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); -- cgit v1.2.3