summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml/HtmlWriter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/svhtml/HtmlWriter.cxx')
-rw-r--r--svtools/source/svhtml/HtmlWriter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/svhtml/HtmlWriter.cxx b/svtools/source/svhtml/HtmlWriter.cxx
index 7414b40b15b5..ce398757b0d2 100644
--- a/svtools/source/svhtml/HtmlWriter.cxx
+++ b/svtools/source/svhtml/HtmlWriter.cxx
@@ -131,7 +131,7 @@ void HtmlWriter::attribute(const OString& aAttribute, const char* pValue)
attribute(aAttribute, OString(pValue));
}
-void HtmlWriter::attribute(const OString& aAttribute, const OUString& aValue)
+void HtmlWriter::attribute(const OString& aAttribute, std::u16string_view aValue)
{
attribute(aAttribute, OUStringToOString(aValue, RTL_TEXTENCODING_UTF8));
}