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 /svtools/source/config/htmlcfg.cxx | |
parent | b4052c88e4240070623f13ab130f41a703cf7b7d (diff) |
Remove HTML 3.2 export option
Diffstat (limited to 'svtools/source/config/htmlcfg.cxx')
-rw-r--r-- | svtools/source/config/htmlcfg.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/source/config/htmlcfg.cxx b/svtools/source/config/htmlcfg.cxx index 4818208f3113..c021637eefac 100644 --- a/svtools/source/config/htmlcfg.cxx +++ b/svtools/source/config/htmlcfg.cxx @@ -162,7 +162,6 @@ void SvxHtmlOptions::Load( const Sequence< OUString >& aNames ) pValues[nProp] >>= nExpMode; switch( nExpMode ) { - case 0: nExpMode = HTML_CFG_HTML32; break; case 1: nExpMode = HTML_CFG_MSIE; break; case 3: nExpMode = HTML_CFG_WRITER; break; case 4: nExpMode = HTML_CFG_NS40; break; @@ -231,7 +230,6 @@ void SvxHtmlOptions::Commit() switch( nExpMode ) { - case HTML_CFG_HTML32: nExpMode = 0; break; case HTML_CFG_MSIE: nExpMode = 1; break; case HTML_CFG_WRITER: nExpMode = 3; break; case HTML_CFG_NS40: nExpMode = 4; break; |