summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-01 11:55:07 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-01 11:55:26 +0100
commit08698f258f0627f582b1b56b019da5cd4d3e5a7c (patch)
treede8c13732c2f77028e02d0db716f2d759ff09d5a /svx
parent486222c7c003e250813bd885a95192bc63cc9830 (diff)
Pass OUString by const &
Change-Id: I6b3d6709eb8e3471aaa6ad7b3bcba3319719218b
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdograf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdograf.cxx b/svx/source/svdraw/svdograf.cxx
index 6adf75b55244..296834cabd08 100644
--- a/svx/source/svdraw/svdograf.cxx
+++ b/svx/source/svdraw/svdograf.cxx
@@ -102,7 +102,7 @@ sal_uInt32 getCacheTimeInMs()
return 0;
}
-const Graphic ImpLoadLinkedGraphic( const OUString aFileName, const OUString aFilterName )
+const Graphic ImpLoadLinkedGraphic( const OUString& aFileName, const OUString& aFilterName )
{
Graphic aGraphic;