summaryrefslogtreecommitdiff
path: root/include/svtools/HtmlWriter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/HtmlWriter.hxx')
-rw-r--r--include/svtools/HtmlWriter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/HtmlWriter.hxx b/include/svtools/HtmlWriter.hxx
index d6e0294cafce..e9939f712941 100644
--- a/include/svtools/HtmlWriter.hxx
+++ b/include/svtools/HtmlWriter.hxx
@@ -32,7 +32,7 @@ private:
OString maNamespace;
public:
- HtmlWriter(SvStream& rStream, const OString& rNamespace = OString());
+ HtmlWriter(SvStream& rStream, std::string_view rNamespace = std::string_view());
~HtmlWriter();
void prettyPrint(bool b);