summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/wrthtml.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/wrthtml.cxx')
-rw-r--r--sw/source/filter/html/wrthtml.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/html/wrthtml.cxx b/sw/source/filter/html/wrthtml.cxx
index 79f7e0822c14..492eced82a07 100644
--- a/sw/source/filter/html/wrthtml.cxx
+++ b/sw/source/filter/html/wrthtml.cxx
@@ -420,7 +420,7 @@ sal_uLong SwHTMLWriter::WriteStream()
&m_aNonConvertableCharacters );
OStringBuffer sOut;
- sOut.append('<').append(OOO_STRING_SVTOOLS_HTML_division)
+ sOut.append('<').append(GetNamespace()).append(OOO_STRING_SVTOOLS_HTML_division)
.append(' ').append(OOO_STRING_SVTOOLS_HTML_O_id)
.append("=\"").append(aName).append('\"').append('>')
.append(aStartTags);
@@ -1072,7 +1072,7 @@ const SwPageDesc *SwHTMLWriter::MakeHeader( sal_uInt16 &rHeaderAttrs )
// and now ... the BASIC and JavaScript!
if( pDoc->GetDocShell() ) // only with DocShell BASIC is possible
- OutBasic();
+ OutBasic(*this);
DecIndentLevel(); // indent content of <HEAD>
OutNewLine();