summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-10-28 09:04:45 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-10-28 09:06:11 +0100
commit495f4ca3119ed0a70338d454b2c8659501545d69 (patch)
tree07e0149be3da83c8aa43908ee81ec0871396351f /sw/source/core/txtnode
parent5645fb51e112f7532b0f5e3472937c54e6704c40 (diff)
sw: prefix members of SwTOXMark
Change-Id: Id8cc41ab9af5d6fe9934f97927c7e3d1e7f6ebf3
Diffstat (limited to 'sw/source/core/txtnode')
-rw-r--r--sw/source/core/txtnode/atrtox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/txtnode/atrtox.cxx b/sw/source/core/txtnode/atrtox.cxx
index 99e7382a00d4..f395e6d1bdb0 100644
--- a/sw/source/core/txtnode/atrtox.cxx
+++ b/sw/source/core/txtnode/atrtox.cxx
@@ -30,7 +30,7 @@ SwTextTOXMark::SwTextTOXMark( SwTOXMark& rAttr,
, m_pTextNode( 0 )
, m_pEnd( 0 )
{
- rAttr.pTextAttr = this;
+ rAttr.m_pTextAttr = this;
if ( rAttr.GetAlternativeText().isEmpty() )
{
m_nEnd = *pEnd;