[Libreoffice-commits] core.git: svx/source
Stephan Bergmann
sbergman at redhat.com
Fri Nov 1 11:55:46 CET 2013
svx/source/svdraw/svdograf.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 08698f258f0627f582b1b56b019da5cd4d3e5a7c
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Nov 1 11:55:07 2013 +0100
Pass OUString by const &
Change-Id: I6b3d6709eb8e3471aaa6ad7b3bcba3319719218b
diff --git a/svx/source/svdraw/svdograf.cxx b/svx/source/svdraw/svdograf.cxx
index 6adf75b..296834ca 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;
More information about the Libreoffice-commits
mailing list