summaryrefslogtreecommitdiff
path: root/sw/inc/node.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/node.hxx')
-rw-r--r--sw/inc/node.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx
index 1ac709ca2965..75096dd2aa28 100644
--- a/sw/inc/node.hxx
+++ b/sw/inc/node.hxx
@@ -411,9 +411,6 @@ public:
bool CanJoinNext( SwPosition* pIdx ) const;
bool CanJoinPrev( SwNodeIndex* pIdx =nullptr ) const;
- void MakeStartIndex( SwContentIndex * pIdx ) { pIdx->Assign( this, 0 ); }
- void MakeEndIndex( SwContentIndex * pIdx ) { pIdx->Assign( this, Len() ); }
-
bool GoNext(SwContentIndex *, SwCursorSkipMode nMode ) const;
bool GoNext(SwPosition*, SwCursorSkipMode nMode ) const;
bool GoPrevious(SwContentIndex *, SwCursorSkipMode nMode ) const;