diff --git a/vcl/osx/HtmlFmtFlt.cxx b/vcl/osx/HtmlFmtFlt.cxx index 6661d0e6fdde..e6abfed4fc62 100644 --- a/vcl/osx/HtmlFmtFlt.cxx +++ b/vcl/osx/HtmlFmtFlt.cxx @@ -70,13 +70,13 @@ std::string GetHtmlFormatHeader(size_t startHtml, size_t endHtml, size_t startFr // the office always writes the start and end html tag in upper cases and // without spaces both tags don't allow parameters -const std::string TAG_HTML = std::string(""); -const std::string TAG_END_HTML = std::string(""); +const std::string TAG_HTML(""); +const std::string TAG_END_HTML(""); // The body tag may have parameters so we need to search for the // closing '>' manually e.g.
#92840# -const std::string TAG_BODY = std::string(" TextHtmlToHTMLFormat(Sequence