summaryrefslogtreecommitdiff
path: root/include/svtools/parhtml.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/parhtml.hxx')
-rw-r--r--include/svtools/parhtml.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/svtools/parhtml.hxx b/include/svtools/parhtml.hxx
index a00762af8a3a..2bd863ddc96a 100644
--- a/include/svtools/parhtml.hxx
+++ b/include/svtools/parhtml.hxx
@@ -75,8 +75,8 @@ enum class HTMLScriptLanguage
template<typename EnumT>
struct HTMLOptionEnum
{
- const char *pName; // value of an HTML option
- EnumT const nValue; // and corresponding value of an enum
+ const char *pName; // value of an HTML option
+ EnumT nValue; // and corresponding value of an enum
};
/** Representation of an HTML option (=attribute in a start tag).
@@ -86,9 +86,9 @@ struct HTMLOptionEnum
*/
class SVT_DLLPUBLIC HTMLOption
{
- OUString const aValue; // value of the option (always as string)
- OUString const aToken; // name of the option as string
- HtmlOptionId const nToken; // and respective token
+ OUString aValue; // value of the option (always as string)
+ OUString aToken; // name of the option as string
+ HtmlOptionId nToken; // and respective token
public:
@@ -148,7 +148,7 @@ class SVT_DLLPUBLIC HTMLParser : public SvParser<HtmlTokenId>
private:
mutable HTMLOptions maOptions; // options of the start tag
- bool const bNewDoc : 1; // read new Doc?
+ bool bNewDoc : 1; // read new Doc?
bool bIsInHeader : 1; // scan header section
bool bReadListing : 1; // read listings
bool bReadXMP : 1; // read XMP