summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlform.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/htmlform.hxx')
-rw-r--r--sw/source/filter/html/htmlform.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/filter/html/htmlform.hxx b/sw/source/filter/html/htmlform.hxx
index fd3a822907fc..c3a7388c4bbf 100644
--- a/sw/source/filter/html/htmlform.hxx
+++ b/sw/source/filter/html/htmlform.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_SW_SOURCE_FILTER_HTML_HTMLFORM_HXX
#define INCLUDED_SW_SOURCE_FILTER_HTML_HTMLFORM_HXX
-
enum HTMLEventType
{
HTML_ET_ONSUBMITFORM, HTML_ET_ONRESETFORM,
@@ -36,10 +35,6 @@ extern const sal_Char * aEventMethodTable[];
extern const sal_Char * aEventSDOptionTable[];
extern const sal_Char * aEventOptionTable[];
-
-
-
#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */