summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/ww8par2.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx
index 8d07a23ba23e..c05447b4b1c8 100644
--- a/sw/source/filter/ww8/ww8par2.cxx
+++ b/sw/source/filter/ww8/ww8par2.cxx
@@ -174,7 +174,7 @@ sal_uInt16 SwWW8ImplReader::End_Footnote()
into field results and field commands.
*/
if (m_bIgnoreText ||
- m_pPaM->GetPoint()->nNode < m_rDoc.GetNodes().GetEndOfExtras().GetIndex())
+ m_pPaM->GetPoint()->GetNode() < m_rDoc.GetNodes().GetEndOfExtras())
{
return 0;
}
@@ -302,7 +302,7 @@ tools::Long SwWW8ImplReader::Read_Footnote(WW8PLCFManResult* pRes)
into field results and field commands.
*/
if (m_bIgnoreText ||
- m_pPaM->GetPoint()->nNode < m_rDoc.GetNodes().GetEndOfExtras().GetIndex())
+ m_pPaM->GetPoint()->GetNode() < m_rDoc.GetNodes().GetEndOfExtras())
{
return 0;
}