summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/xml')
-rw-r--r--sw/source/filter/xml/XMLRedlineImportHelper.cxx2
-rw-r--r--sw/source/filter/xml/XMLRedlineImportHelper.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/xml/XMLRedlineImportHelper.cxx b/sw/source/filter/xml/XMLRedlineImportHelper.cxx
index 99ff2933ad97..91aa7e048637 100644
--- a/sw/source/filter/xml/XMLRedlineImportHelper.cxx
+++ b/sw/source/filter/xml/XMLRedlineImportHelper.cxx
@@ -374,7 +374,7 @@ XMLRedlineImportHelper::~XMLRedlineImportHelper()
}
void XMLRedlineImportHelper::Add(
- const OUString& rType,
+ std::u16string_view rType,
const OUString& rId,
const OUString& rAuthor,
const OUString& rComment,
diff --git a/sw/source/filter/xml/XMLRedlineImportHelper.hxx b/sw/source/filter/xml/XMLRedlineImportHelper.hxx
index 4a479a9cc38e..38eff4dc56e6 100644
--- a/sw/source/filter/xml/XMLRedlineImportHelper.hxx
+++ b/sw/source/filter/xml/XMLRedlineImportHelper.hxx
@@ -75,7 +75,7 @@ public:
// (The redline will be inserted into the document after both start
// and end cursor has been set.)
void Add(
- const OUString& rType, // redline type (insert, del,... )
+ std::u16string_view rType, // redline type (insert, del,... )
const OUString& rId, // use to identify this redline
const OUString& rAuthor, // name of the author
const OUString& rComment, // redline comment