summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/dconf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/dconf.cxx b/configmgr/source/dconf.cxx
index a63a96c511da..8548daa46b3c 100644
--- a/configmgr/source/dconf.cxx
+++ b/configmgr/source/dconf.cxx
@@ -214,7 +214,7 @@ private:
};
OString getRoot() {
- return "/org/libreoffice/registry";
+ return "/org/libreoffice/registry"_ostr;
}
bool decode(OUString * string, bool slash) {