summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/node.hxx3
-rw-r--r--sw/inc/viewsh.hxx3
2 files changed, 0 insertions, 6 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;
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx
index 06cdc6ccfd2c..1114478ed395 100644
--- a/sw/inc/viewsh.hxx
+++ b/sw/inc/viewsh.hxx
@@ -400,9 +400,6 @@ public:
// Font metric attribute "External Leading" should be considered.
void SetAddExtLeading( bool bNew );
- // Formatting by virtual device or printer.
- void SetUseVirDev( bool bNew );
-
// Adding paragraph and table spacing at bottom
// of table cells.
void SetAddParaSpacingToTableCells( bool _bAddParaSpacingToTableCells );