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.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/filter/html/htmlexp.cxx b/sc/source/filter/html/htmlexp.cxx
index 0787d204803b..2c56e435e766 100644
--- a/sc/source/filter/html/htmlexp.cxx
+++ b/sc/source/filter/html/htmlexp.cxx
@@ -86,8 +86,6 @@
using ::editeng::SvxBorderLine;
using namespace ::com::sun::star;
-
-
const static sal_Char sMyBegComment[] = "<!-- ";
const static sal_Char sMyEndComment[] = " -->";
const static sal_Char sFontFamily[] = "font-family:";
@@ -130,8 +128,6 @@ const sal_Char ScHTMLExport::sIndentSource[nIndentMax+1] =
-
-
FltError ScFormatFilterPluginImpl::ScExportHTML( SvStream& rStrm, const OUString& rBaseURL, ScDocument* pDoc,
const ScRange& rRange, const rtl_TextEncoding /*eNach*/, bool bAll,
const OUString& rStreamPath, OUString& rNonConvertibleChars )
@@ -206,8 +202,6 @@ static OString lcl_makeHTMLColorTriplet(const Color& rColor)
return aStr.makeStringAndClear();
}
-
-
ScHTMLExport::ScHTMLExport( SvStream& rStrmP, const OUString& rBaseURL, ScDocument* pDocP,
const ScRange& rRangeP,
bool bAllP, const OUString& rStreamPathP ) :
@@ -765,8 +759,6 @@ void ScHTMLExport::WriteTables()
}
}
-
-
// <TBODY> // Re-enable only when THEAD and TFOOT are exported
// IncIndent(1); TAG_ON_LF( OOO_STRING_SVTOOLS_HTML_tbody );
// At least old (3.x, 4.x?) Netscape doesn't follow <TABLE COLS=n> and