diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-01 14:30:12 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-03 08:26:03 +0200 |
commit | 07c4aa4298f062cee1894b80ef82e76d5ffcf4c7 (patch) | |
tree | 23752b23ce6d21c209c9d178420dee86c48938de /svtools/source/config | |
parent | 48bf5a74186140760a734091a85e85d198e6fdfa (diff) |
loplugin:constfields in svtools
Change-Id: I91553f89d8f5ee42afa52d196bf86f8a92011850
Reviewed-on: https://gerrit.libreoffice.org/61186
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/source/config')
-rw-r--r-- | svtools/source/config/colorcfg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/config/colorcfg.cxx b/svtools/source/config/colorcfg.cxx index 378f046a3714..79c2161ab14d 100644 --- a/svtools/source/config/colorcfg.cxx +++ b/svtools/source/config/colorcfg.cxx @@ -108,8 +108,8 @@ uno::Sequence< OUString> GetPropertyNames(const OUString& rScheme) OUString* pNames = aNames.getArray(); struct ColorConfigEntryData_Impl { - OUStringLiteral cName; - bool bCanBeVisible; + OUStringLiteral const cName; + bool const bCanBeVisible; }; static const ColorConfigEntryData_Impl cNames[] = { |