diff options
Diffstat (limited to 'sw/inc/tox.hxx')
-rw-r--r-- | sw/inc/tox.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/tox.hxx b/sw/inc/tox.hxx index b6cfb3298360..eed9e670aeae 100644 --- a/sw/inc/tox.hxx +++ b/sw/inc/tox.hxx @@ -158,8 +158,8 @@ public: inline TOXTypes GetType() const; private: - OUString const m_aName; - TOXTypes const m_eType; + OUString m_aName; + TOXTypes m_eType; // @@@ public copy ctor, but no copy assignment? SwTOXType & operator= (const SwTOXType &) = delete; @@ -236,7 +236,7 @@ struct SW_DLLPUBLIC SwFormToken struct SwFormTokenEqualToFormTokenType { - FormTokenType const eType; + FormTokenType eType; SwFormTokenEqualToFormTokenType(FormTokenType _eType) : eType(_eType) {} bool operator()(const SwFormToken & rToken) |