summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlbas.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/htmlbas.cxx')
-rw-r--r--sw/source/filter/html/htmlbas.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/filter/html/htmlbas.cxx b/sw/source/filter/html/htmlbas.cxx
index 2bcf3b578b0d..b54789245d8c 100644
--- a/sw/source/filter/html/htmlbas.cxx
+++ b/sw/source/filter/html/htmlbas.cxx
@@ -42,12 +42,10 @@
#include "wrthtml.hxx"
#include "swhtml.hxx"
-
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::container;
-
static HTMLOutEvent aBodyEventTable[] =
{
{ OOO_STRING_SVTOOLS_HTML_O_SDonload, OOO_STRING_SVTOOLS_HTML_O_onload, SFX_EVENT_OPENDOC },
@@ -57,7 +55,6 @@ static HTMLOutEvent aBodyEventTable[] =
{ 0, 0, 0 }
};
-
void SwHTMLParser::NewScript()
{
ParseScriptOptions( aScriptType, sBaseURL, eScriptLang, aScriptURL,
@@ -341,5 +338,4 @@ void SwHTMLWriter::OutBasicBodyEvents()
bCfgStarBasic, eDestEnc, &aNonConvertableCharacters );
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */