diff options
author | Harri Pitkänen <hatapitk@iki.fi> | 2011-08-20 12:48:24 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-26 17:23:02 +0300 |
commit | 3f43b02433b970cd36ee4c9249e425d6b1bd9fbe (patch) | |
tree | 082297e77bb207ceadc9dfe2a302341149f20674 /sw | |
parent | b4052c88e4240070623f13ab130f41a703cf7b7d (diff) |
Remove HTML 3.2 export option
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/config/viewopt.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/ui/config/viewopt.cxx b/sw/source/ui/config/viewopt.cxx index 9d40d700d41a..4d5023632f05 100644 --- a/sw/source/ui/config/viewopt.cxx +++ b/sw/source/ui/config/viewopt.cxx @@ -353,8 +353,6 @@ sal_uInt16 GetHtmlMode(const SwDocShell* pShell) HTMLMODE_BLINK|HTMLMODE_DROPCAPS|HTMLMODE_GRAPH_POS| HTMLMODE_FULL_ABS_POS|HTMLMODE_SOME_ABS_POS; break; - case HTML_CFG_HTML32: - break; } } return nRet; |