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 2ca0604d3926..e5c938e4e34e 100644 --- a/sw/inc/tox.hxx +++ b/sw/inc/tox.hxx @@ -159,8 +159,8 @@ public: inline TOXTypes GetType() const; private: - OUString m_aName; - TOXTypes m_eType; + OUString const m_aName; + TOXTypes const m_eType; // @@@ public copy ctor, but no copy assignment? SwTOXType & operator= (const SwTOXType &) = delete; @@ -237,7 +237,7 @@ struct SW_DLLPUBLIC SwFormToken struct SwFormTokenEqualToFormTokenType { - FormTokenType eType; + FormTokenType const eType; SwFormTokenEqualToFormTokenType(FormTokenType _eType) : eType(_eType) {} bool operator()(const SwFormToken & rToken) |