diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-08-27 09:06:30 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-08-27 09:06:45 +0200 |
commit | 3a87507cef458200380183f11b579ae9b30ecf2c (patch) | |
tree | 0d69eec5c4af2a1fef6771bf5673effa91ef5beb /svx | |
parent | b2c69e66ed6979e1bdd18577295062c25d3dabd0 (diff) |
loplugin:passstuffbyref
Change-Id: I5ab147c8b737396db6371b9d92e7f19955ed7f28
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/styles/ColorSets.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) {} |