summaryrefslogtreecommitdiffstats
path: root/configmgr/source/xmldata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/xmldata.hxx')
-rw-r--r--configmgr/source/xmldata.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/xmldata.hxx b/configmgr/source/xmldata.hxx
index c72050af84ce..44296b38d58d 100644
--- a/configmgr/source/xmldata.hxx
+++ b/configmgr/source/xmldata.hxx
@@ -38,8 +38,8 @@ Type parseType(
bool parseBoolean(xmlreader::Span const & text);
OUString parseTemplateReference(
- OUString const & component, bool hasNodeType,
- OUString const & nodeType, OUString const * defaultTemplateName);
+ std::u16string_view component, bool hasNodeType,
+ std::u16string_view nodeType, OUString const * defaultTemplateName);
}