summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
Diffstat (limited to 'registry')
-rw-r--r--registry/source/regimpl.hxx2
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: */