From 78a2020846b855ed925ab88f06fa70a282a75e5a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 13 Mar 2014 08:38:29 +0200 Subject: vcl: prefer passing OUString and OString by reference Change-Id: I6c2c6f597ca62c004ad7dc606cef3a3b10e810b6 --- include/vcl/GraphicNativeTransform.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl/GraphicNativeTransform.hxx') diff --git a/include/vcl/GraphicNativeTransform.hxx b/include/vcl/GraphicNativeTransform.hxx index f90499a0d16c..b6b66fc75f98 100644 --- a/include/vcl/GraphicNativeTransform.hxx +++ b/include/vcl/GraphicNativeTransform.hxx @@ -28,7 +28,7 @@ class VCL_DLLPUBLIC GraphicNativeTransform bool rotateBitmapOnly (sal_uInt16 aRotation); bool rotateJPEG (sal_uInt16 aRotation); - bool rotateGeneric (sal_uInt16 aRotation, OUString aType); + bool rotateGeneric (sal_uInt16 aRotation, const OUString& aType); public: GraphicNativeTransform(Graphic& rGraphic); -- cgit