summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8atr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/ww8atr.cxx')
-rw-r--r--sw/source/filter/ww8/ww8atr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx
index cb86dd31973e..d83af1e5a6c9 100644
--- a/sw/source/filter/ww8/ww8atr.cxx
+++ b/sw/source/filter/ww8/ww8atr.cxx
@@ -5724,8 +5724,8 @@ const SwRedlineData* AttributeOutputBase::GetParagraphMarkerRedline( const SwTex
if ( pRedl->GetRedlineData().GetType() != aRedlineType )
continue;
- SwNodeOffset uStartNodeIndex = pRedl->Start()->nNode.GetIndex();
- SwNodeOffset uEndNodeIndex = pRedl->End()->nNode.GetIndex();
+ SwNodeOffset uStartNodeIndex = pRedl->Start()->GetNodeIndex();
+ SwNodeOffset uEndNodeIndex = pRedl->End()->GetNodeIndex();
SwNodeOffset uNodeIndex = rNode.GetIndex();
if( uStartNodeIndex <= uNodeIndex && uNodeIndex < uEndNodeIndex )