summaryrefslogtreecommitdiff
path: root/sc/source/filter/html/htmlexp2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/html/htmlexp2.cxx')
-rw-r--r--sc/source/filter/html/htmlexp2.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/filter/html/htmlexp2.cxx b/sc/source/filter/html/htmlexp2.cxx
index d0e69151c9f3..0c5fcdfa6817 100644
--- a/sc/source/filter/html/htmlexp2.cxx
+++ b/sc/source/filter/html/htmlexp2.cxx
@@ -40,8 +40,6 @@
using namespace com::sun::star;
-
-
void ScHTMLExport::PrepareGraphics( ScDrawLayer* pDrawLayer, SCTAB nTab,
SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow )
{
@@ -238,6 +236,4 @@ void ScHTMLExport::WriteImage( OUString& rLinkName, const Graphic& rGrf,
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */