diff options
author | Christina Rossmanith <ChrRossmanith@web.de> | 2011-05-06 21:35:35 +0200 |
---|---|---|
committer | Christina Rossmanith <ChrRossmanith@web.de> | 2011-06-04 13:04:32 +0200 |
commit | 5add730b418b4becfbe12227269cba321ee17dcc (patch) | |
tree | f44aa9d9dd136a473df6b3c458ca8287f2591723 /svtools/source | |
parent | a58a4f943f710e2b2c46f7ff9d0e134d33fc6315 (diff) |
Removed comments/commented code
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/svhtml/htmlsupp.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/svtools/source/svhtml/htmlsupp.cxx b/svtools/source/svhtml/htmlsupp.cxx index 7d8e3f41e88e..97867c1341bb 100644 --- a/svtools/source/svhtml/htmlsupp.cxx +++ b/svtools/source/svhtml/htmlsupp.cxx @@ -41,19 +41,13 @@ #include <svtools/htmltokn.h> #include <svtools/htmlkywd.hxx> -/* */ - // Table for converting option values into strings - static HTMLOptionEnum const aScriptLangOptEnums[] = { { OOO_STRING_SVTOOLS_HTML_LG_starbasic, HTML_SL_STARBASIC }, { OOO_STRING_SVTOOLS_HTML_LG_javascript, HTML_SL_JAVASCRIPT }, { OOO_STRING_SVTOOLS_HTML_LG_javascript11,HTML_SL_JAVASCRIPT }, { OOO_STRING_SVTOOLS_HTML_LG_livescript, HTML_SL_JAVASCRIPT }, -// { OOO_STRING_SVTOOLS_HTML_LG_unused_javascript, HTML_SL_UNUSEDJS }, -// { OOO_STRING_SVTOOLS_HTML_LG_vbscript, HTML_SL_VBSCRIPT }, -// { OOO_STRING_SVTOOLS_HTML_LG_starone, HTML_SL_STARONE }, { 0, 0 } }; |