summaryrefslogtreecommitdiff
path: root/configmgr/source/configurationprovider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/configurationprovider.cxx')
-rw-r--r--configmgr/source/configurationprovider.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/configurationprovider.cxx b/configmgr/source/configurationprovider.cxx
index 294791516862..856d6d7fbab2 100644
--- a/configmgr/source/configurationprovider.cxx
+++ b/configmgr/source/configurationprovider.cxx
@@ -60,9 +60,9 @@ namespace configmgr::configuration_provider {
namespace {
-OUStringLiteral const accessServiceName =
+constexpr OUStringLiteral accessServiceName =
u"com.sun.star.configuration.ConfigurationAccess";
-OUStringLiteral const updateAccessServiceName =
+constexpr OUStringLiteral updateAccessServiceName =
u"com.sun.star.configuration.ConfigurationUpdateAccess";
void badNodePath() {