summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-10-28 09:02:49 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-10-28 09:06:10 +0100
commit5645fb51e112f7532b0f5e3472937c54e6704c40 (patch)
tree5730fba7d190cbd77156539f0e4af9e0170c5cc8 /sw/inc
parent8c85e746dc52bf8ada89d4be6d193a0760af1b21 (diff)
sw: prefix members of SwTOXType
Change-Id: I8500dda538a82a920dd6164251bf193489b12a15
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/tox.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/tox.hxx b/sw/inc/tox.hxx
index ccd41a71682a..01a6d1347a58 100644
--- a/sw/inc/tox.hxx
+++ b/sw/inc/tox.hxx
@@ -163,8 +163,8 @@ public:
inline TOXTypes GetType() const;
private:
- OUString aName;
- TOXTypes eType;
+ OUString m_aName;
+ TOXTypes m_eType;
// @@@ public copy ctor, but no copy assignment?
SwTOXType & operator= (const SwTOXType &) = delete;
@@ -668,10 +668,10 @@ inline sal_uInt16 SwForm::GetFormMax() const
//SwTOXType
inline OUString SwTOXType::GetTypeName() const
- { return aName; }
+ { return m_aName; }
inline TOXTypes SwTOXType::GetType() const
- { return eType; }
+ { return m_eType; }
// SwTOXBase