From cf287f4e3ff632b9ffbecc753ef9a17f27b6c04a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 23 May 2014 11:36:56 +0300 Subject: WaE: passing class rtl::OUString by value, rather pass by reference Change-Id: I05aa9a5ad5d97a1ead3d30298f45e7aeb62d0652 --- include/oox/drawingml/fillproperties.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/oox/drawingml/fillproperties.hxx b/include/oox/drawingml/fillproperties.hxx index dcf3afbfd230..550fd825176b 100644 --- a/include/oox/drawingml/fillproperties.hxx +++ b/include/oox/drawingml/fillproperties.hxx @@ -86,7 +86,7 @@ struct ArtisticEffectProperties static OUString getEffectString( sal_Int32 nToken ); /** Translate effect strings to tokens. */ - static sal_Int32 getEffectToken( OUString sName ); + static sal_Int32 getEffectToken( const OUString& sName ); }; struct BlipFillProperties -- cgit