Kaydet (Commit) c6413fec authored tarafından Thomas Arnhold's avatar Thomas Arnhold

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
üst 08f60082
......@@ -276,14 +276,6 @@
#define OOO_STRING_SVTOOLS_HTML_S_uml "uml"
#define OOO_STRING_SVTOOLS_HTML_S_yen "yen"
// Netscape kennt noch ein paar in Grossbuchstaben ...
#define OOO_STRING_SVTOOLS_HTML_C_LT "lt"
#define OOO_STRING_SVTOOLS_HTML_C_GT "gt"
#define OOO_STRING_SVTOOLS_HTML_C_AMP "amp"
#define OOO_STRING_SVTOOLS_HTML_C_QUOT "quot"
#define OOO_STRING_SVTOOLS_HTML_S_COPY "copy"
#define OOO_STRING_SVTOOLS_HTML_S_REG "reg"
// HTML4
#define OOO_STRING_SVTOOLS_HTML_S_alefsym "alefsym"
#define OOO_STRING_SVTOOLS_HTML_S_Alpha "Alpha"
......
......@@ -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},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment