configmgr/source/dconf.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8ef2b4b4c6624247305a22dbcc54098910584b66 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Mon Nov 20 07:30:15 2023 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Mon Nov 20 08:53:42 2023 +0100 Extended loplugin:ostr: configmgr Change-Id: If9cc1f0c18a5fa344a433b338f81d191340e70f7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159722 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> 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) {