From 8ef2b4b4c6624247305a22dbcc54098910584b66 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 20 Nov 2023 07:30:15 +0100 Subject: Extended loplugin:ostr: configmgr Change-Id: If9cc1f0c18a5fa344a433b338f81d191340e70f7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159722 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- configmgr/source/dconf.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configmgr') 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) { -- cgit