summaryrefslogtreecommitdiff
path: root/sc/source/filter/html/htmlexp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/html/htmlexp.cxx')
-rw-r--r--sc/source/filter/html/htmlexp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/html/htmlexp.cxx b/sc/source/filter/html/htmlexp.cxx
index f9e4af0e1c83..01faa7c2dd8c 100644
--- a/sc/source/filter/html/htmlexp.cxx
+++ b/sc/source/filter/html/htmlexp.cxx
@@ -349,7 +349,7 @@ void ScHTMLExport::WriteHeader()
sIndent, eDestEnc, &aNonConvertibleChars );
OUT_LF();
- //----------------------------------------------------------
+
if (!xDocProps->getPrintedBy().isEmpty())
{
OUT_COMMENT( GLOBSTR( STR_DOC_INFO ) );
@@ -358,7 +358,7 @@ void ScHTMLExport::WriteHeader()
xDocProps->getPrintDate(), *ScGlobal::pLocaleData );
OUT_COMMENT( aStrOut );
}
- //----------------------------------------------------------
+
}
OUT_LF();
@@ -762,7 +762,7 @@ void ScHTMLExport::WriteTables()
}
}
- // -------------------
+
// <TBODY> // Re-enable only when THEAD and TFOOT are exported
// IncIndent(1); TAG_ON_LF( OOO_STRING_SVTOOLS_HTML_tbody );