diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-05-06 18:30:35 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-05-07 08:46:04 +0200 |
commit | b667543a2a63b3933630032b5470db8bc3eefaf9 (patch) | |
tree | 13783ce88f4a85cdc943561cf50a2e66aee6b086 /configmgr/source/localizedvaluenode.cxx | |
parent | ae4f76363dd25eaaa7d332512af067567e78ca0a (diff) |
loplugin:ostr in configmgr
Change-Id: If1caaee8e54b5861e1435e900b3ae7bd90ecae5f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167237
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
Diffstat (limited to 'configmgr/source/localizedvaluenode.cxx')
-rw-r--r-- | configmgr/source/localizedvaluenode.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/localizedvaluenode.cxx b/configmgr/source/localizedvaluenode.cxx index 407040a560c0..031e4ea88ed7 100644 --- a/configmgr/source/localizedvaluenode.cxx +++ b/configmgr/source/localizedvaluenode.cxx @@ -42,7 +42,7 @@ rtl::Reference< Node > LocalizedValueNode::clone(bool) const { } OUString LocalizedValueNode::getTemplateName() const { - return "*"; + return u"*"_ustr; } |