summaryrefslogtreecommitdiff
path: root/chart2/qa
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-05-14 14:30:47 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-05-14 14:30:47 +0200
commit5588d66825c800b613d67bf6dc5305ebe9c166c2 (patch)
tree9c93dfca312551868bb9d3c8541829d240d2bd43 /chart2/qa
parente5934962bd55970c54b399351559e90d02b75b6b (diff)
loplugin:passstringbyref
Change-Id: I0e97ab6ed479ba4057470946d45a0e8cda29470e
Diffstat (limited to 'chart2/qa')
-rw-r--r--chart2/qa/extras/xshape/chart2xshape.cxx2
1 files changed, 1 insertions, 1 deletions
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);