summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2023-06-19 08:06:43 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2023-06-19 09:34:17 +0200
commitfb9614ddb4c27c8ef61c84110b481db85b8ad07b (patch)
treeec3cc693fc2d0e54d0d45d0431c15172cedcd9b5 /include
parent622e49a2da8243631e413be9335304c458cec9a5 (diff)
Drop code leftovers of HTML 3.2 support
The support itself was removed in commit 3f43b02433b970cd36ee4c9249e425d6b1bd9fbe (Remove HTML 3.2 export option, 2011-08-26). Change-Id: Ide699aed3078fd60490c49bb20b5fc487002726a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153241 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/htmlcfg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/htmlcfg.hxx b/include/svtools/htmlcfg.hxx
index 1ed542867ef0..8a734c3e876f 100644
--- a/include/svtools/htmlcfg.hxx
+++ b/include/svtools/htmlcfg.hxx
@@ -25,9 +25,9 @@
// !!!be aware!!!: the following defines are _not_ used as values in the configuration file
// this is because of compatibility reasons
-#define HTML_CFG_MSIE 1 // Internet Explorer
-#define HTML_CFG_WRITER 2 // Writer
-#define HTML_CFG_NS40 3 // Netscape 4.0
+#define HTML_CFG_MSIE 0 // Internet Explorer
+#define HTML_CFG_WRITER 1 // Writer
+#define HTML_CFG_NS40 2 // Netscape 4.0
#define HTML_CFG_MAX HTML_CFG_NS40