diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-11-20 07:30:15 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-11-20 08:53:42 +0100 |
commit | 8ef2b4b4c6624247305a22dbcc54098910584b66 (patch) | |
tree | 53b39cad1b8804fd74764263d0687d71c5b9dfc1 /configmgr | |
parent | 5ac4adaf026bab096febc2587f49edb603e98689 (diff) |
Extended loplugin:ostr: configmgr
Change-Id: If9cc1f0c18a5fa344a433b338f81d191340e70f7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159722
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/dconf.cxx | 2 |
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) { |