summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-08-27 09:06:30 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-08-27 09:06:45 +0200
commit3a87507cef458200380183f11b579ae9b30ecf2c (patch)
tree0d69eec5c4af2a1fef6771bf5673effa91ef5beb /include
parentcoverity#738814 Uninitialized scalar field (diff)
downloadcore-3a87507cef458200380183f11b579ae9b30ecf2c.tar.gz
core-3a87507cef458200380183f11b579ae9b30ecf2c.zip
loplugin:passstuffbyref
Change-Id: I5ab147c8b737396db6371b9d92e7f19955ed7f28
Diffstat (limited to 'include')
-rw-r--r--include/svx/ColorSets.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/ColorSets.hxx b/include/svx/ColorSets.hxx
index 009ee4017af4..b8c32ff1350b 100644
--- a/include/svx/ColorSets.hxx
+++ b/include/svx/ColorSets.hxx
@@ -24,7 +24,7 @@ class SVX_DLLPUBLIC ColorSet
OUString maName;
std::vector<Color> maColors;
public:
- ColorSet(OUString aName);
+ ColorSet(OUString const & aName);
~ColorSet();
void add(sal_uInt32 nIndex, sal_uInt32 aColorData)