From 3a87507cef458200380183f11b579ae9b30ecf2c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 27 Aug 2015 09:06:30 +0200 Subject: loplugin:passstuffbyref Change-Id: I5ab147c8b737396db6371b9d92e7f19955ed7f28 --- svx/source/styles/ColorSets.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') diff --git a/svx/source/styles/ColorSets.cxx b/svx/source/styles/ColorSets.cxx index 43ac4a73dcb4..819790a5cf22 100644 --- a/svx/source/styles/ColorSets.cxx +++ b/svx/source/styles/ColorSets.cxx @@ -13,7 +13,7 @@ namespace svx { -ColorSet::ColorSet(OUString aName) +ColorSet::ColorSet(OUString const & aName) : maName(aName) , maColors(12) {} -- cgit