summaryrefslogtreecommitdiff
path: root/svtools/source/config
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/config')
-rw-r--r--svtools/source/config/colorcfg.cxx4
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[] =
{