summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-05-19 08:46:07 +0300
committerTor Lillqvist <tml@collabora.com>2014-05-19 08:46:07 +0300
commit6a21c29fc6a8284aa594d8ba7cbe80eeb0c1c114 (patch)
treed5c0765b68170ddea0f7efa3e0aef9359d0aaa95 /vcl
parentd7034051a94816e4e81bd17ed5eb81ca0c8a97f4 (diff)
WaE: passing OUString by value, rather pass by reference
Change-Id: I6a7331ab3d87cc04021e92283db938c92b066e6b
Diffstat (limited to 'vcl')
-rw-r--r--vcl/qa/cppunit/wmf/wmfimporttest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/wmf/wmfimporttest.cxx b/vcl/qa/cppunit/wmf/wmfimporttest.cxx
index 7460447b87bd..5204007d6fad 100644
--- a/vcl/qa/cppunit/wmf/wmfimporttest.cxx
+++ b/vcl/qa/cppunit/wmf/wmfimporttest.cxx
@@ -29,7 +29,7 @@ class WmfTest : public test::BootstrapFixture, public XmlTestTools
{
OUString maDataUrl;
- OUString getFullUrl(OUString sFileName)
+ OUString getFullUrl(OUString& sFileName)
{
return getURLFromSrc(maDataUrl) + sFileName;
}