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.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/source/filter/html/htmlexp.cxx b/sc/source/filter/html/htmlexp.cxx
index 668c7022a427..d6f22629391f 100644
--- a/sc/source/filter/html/htmlexp.cxx
+++ b/sc/source/filter/html/htmlexp.cxx
@@ -315,7 +315,7 @@ Size ScHTMLExport::MMToPixel( const Size& rSize )
return aSize;
}
-sal_uLong ScHTMLExport::Write()
+void ScHTMLExport::Write()
{
if (!mbSkipHeaderFooter)
{
@@ -329,8 +329,6 @@ sal_uLong ScHTMLExport::Write()
OUT_LF();
if (!mbSkipHeaderFooter)
TAG_OFF_LF( OOO_STRING_SVTOOLS_HTML_html );
-
- return rStrm.GetError();
}
void ScHTMLExport::WriteHeader()