diff options
-rw-r--r-- | sw/source/core/docnode/section.cxx | 4 |
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 ) { |