diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-01 11:55:07 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-01 11:55:26 +0100 |
commit | 08698f258f0627f582b1b56b019da5cd4d3e5a7c (patch) | |
tree | de8c13732c2f77028e02d0db716f2d759ff09d5a /svx/source | |
parent | 486222c7c003e250813bd885a95192bc63cc9830 (diff) |
Pass OUString by const &
Change-Id: I6b3d6709eb8e3471aaa6ad7b3bcba3319719218b
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/svdraw/svdograf.cxx | 2 |
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; |