diff options
Diffstat (limited to 'sw/inc/swcrsr.hxx')
-rw-r--r-- | sw/inc/swcrsr.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/swcrsr.hxx b/sw/inc/swcrsr.hxx index c39e67242c74..839face2af66 100644 --- a/sw/inc/swcrsr.hxx +++ b/sw/inc/swcrsr.hxx @@ -70,7 +70,7 @@ class SW_DLLPUBLIC SwCursor : public SwPaM using SwPaM::Find; protected: - virtual _SwCursor_SavePos* CreateNewSavePos() const; + _SwCursor_SavePos* CreateNewSavePos() const; void SaveState(); void RestoreState(); @@ -189,7 +189,7 @@ public: ( nsSwCursorSelOverFlags::SELOVER_CHECKNODESSECTION | nsSwCursorSelOverFlags::SELOVER_TOGGLE | nsSwCursorSelOverFlags::SELOVER_CHANGEPOS )); - virtual bool IsInProtectTable( bool bMove = false, + bool IsInProtectTable( bool bMove = false, bool bChgCrsr = true ); bool IsNoCntnt() const; |