summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/section.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/docnode/section.cxx')
-rw-r--r--sw/source/core/docnode/section.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/docnode/section.cxx b/sw/source/core/docnode/section.cxx
index cf5b00a576ae..c1f078429fe6 100644
--- a/sw/source/core/docnode/section.cxx
+++ b/sw/source/core/docnode/section.cxx
@@ -695,9 +695,9 @@ void SwSectionFormat::DelFrames()
pLast = aIter.Next();
}
- sal_uLong nEnde = pSectNd->EndOfSectionIndex();
+ sal_uLong nEnd = pSectNd->EndOfSectionIndex();
sal_uLong nStart = pSectNd->GetIndex()+1;
- sw_DeleteFootnote( pSectNd, nStart, nEnde );
+ sw_DeleteFootnote( pSectNd, nStart, nEnd );
}
if( pIdx )
{