diff options
Diffstat (limited to 'configmgr/source/xmldata.cxx')
-rw-r--r-- | configmgr/source/xmldata.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/xmldata.cxx b/configmgr/source/xmldata.cxx index ecb4dacab41f..0f20706e0928 100644 --- a/configmgr/source/xmldata.cxx +++ b/configmgr/source/xmldata.cxx @@ -123,7 +123,7 @@ OUString parseTemplateReference( return *defaultTemplateName; } throw css::uno::RuntimeException( - "missing node-type attribute"); + u"missing node-type attribute"_ustr); } return Data::fullTemplateName(component, nodeType); } |