summaryrefslogtreecommitdiff
path: root/sw/source/core/frmedt/fews.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/frmedt/fews.cxx')
-rw-r--r--sw/source/core/frmedt/fews.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/frmedt/fews.cxx b/sw/source/core/frmedt/fews.cxx
index 4775e47f240b..548ef83c243e 100644
--- a/sw/source/core/frmedt/fews.cxx
+++ b/sw/source/core/frmedt/fews.cxx
@@ -557,7 +557,7 @@ bool SwFEShell::Sort(const SwSortOptions& rOpt)
SwNodeIndex aPrevIdx( pStart->nNode, -1 );
SwNodeOffset nOffset = pEnd->GetNodeIndex() - pStart->GetNodeIndex();
- const sal_Int32 nCntStt = pStart->nContent.GetIndex();
+ const sal_Int32 nCntStt = pStart->GetContentIndex();
// Sorting
bRet = mxDoc->SortText(*pPam, rOpt);