summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-06 16:51:23 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-06 16:51:23 +0200
commitc6413fec71cdb26496018c48eda59e1c8925d4fc (patch)
treef6a0741c9d79c395b2803b94a5477bbe0275d86b /svtools
parent08f60082db4a8ad2ca9fde09271d7eace9bd175f (diff)
html: remove duplicates
OOO_STRING_SVTOOLS_HTML_C_LT is the same as OOO_STRING_SVTOOLS_HTML_C_lt and so on... Change-Id: I7cc94a662e83176c2c2c441cbce27b4f2774e4a4
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/svhtml/htmlkywd.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/svtools/source/svhtml/htmlkywd.cxx b/svtools/source/svhtml/htmlkywd.cxx
index 334adb004719..fd451d625f43 100644
--- a/svtools/source/svhtml/htmlkywd.cxx
+++ b/svtools/source/svhtml/htmlkywd.cxx
@@ -365,14 +365,6 @@ static HTML_CharEntry aHTMLCharNameTab[] = {
{{OOO_STRING_SVTOOLS_HTML_S_uml}, 168},
{{OOO_STRING_SVTOOLS_HTML_S_yen}, 165},
-// Netscape has some in upper case...
- {{OOO_STRING_SVTOOLS_HTML_C_LT}, 60},
- {{OOO_STRING_SVTOOLS_HTML_C_GT}, 62},
- {{OOO_STRING_SVTOOLS_HTML_C_AMP}, 38},
- {{OOO_STRING_SVTOOLS_HTML_C_QUOT}, 34},
- {{OOO_STRING_SVTOOLS_HTML_S_COPY}, 169},
- {{OOO_STRING_SVTOOLS_HTML_S_REG}, 174},
-
// special characters, which will be converted to tokens !!!
{{OOO_STRING_SVTOOLS_HTML_S_nbsp}, 1},
{{OOO_STRING_SVTOOLS_HTML_S_shy}, 2},