diff options
Diffstat (limited to 'registry')
-rw-r--r-- | registry/source/regimpl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/source/regimpl.hxx b/registry/source/regimpl.hxx index 25f9d50e7695..d13d42b6d3dc 100644 --- a/registry/source/regimpl.hxx +++ b/registry/source/regimpl.hxx @@ -117,7 +117,7 @@ private: store::OStoreFile m_file; KeyMap m_openKeyTable; - static constexpr OUStringLiteral ROOT { u"/" }; + static constexpr OUString ROOT { u"/"_ustr }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |