From 407731c9f403c35357a0d1428c9b99835f79a5f7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 21 Jul 2015 10:44:17 +0200 Subject: loplugin:unusedmethods sw Change-Id: Ied51535fa169451fc4991237122817a34a59f6fe Reviewed-on: https://gerrit.libreoffice.org/17256 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/inc/swcrsr.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sw/inc/swcrsr.hxx') diff --git a/sw/inc/swcrsr.hxx b/sw/inc/swcrsr.hxx index 7e55f59a8cae..c648324fb5f8 100644 --- a/sw/inc/swcrsr.hxx +++ b/sw/inc/swcrsr.hxx @@ -153,7 +153,6 @@ public: bool GoSentence(SentenceMoveType eMoveType); bool GoNextSentence(){return GoSentence(NEXT_SENT);} bool GoEndSentence(){return GoSentence(END_SENT);} - bool GoPrevSentence(){return GoSentence(PREV_SENT);} bool GoStartSentence(){return GoSentence(START_SENT);} bool ExpandToSentenceBorders(); @@ -178,8 +177,6 @@ public: bool GotoFootnoteText(); bool GotoNextFootnoteAnchor(); bool GotoPrevFootnoteAnchor(); - bool GotoNextFootnoteContent(); - bool GotoPrevFootnoteContent(); bool MovePara( SwWhichPara, SwPosPara ); bool MoveSection( SwWhichSection, SwPosSection ); @@ -215,7 +212,6 @@ public: void SetColumnSelection( bool bNew ) { m_bColumnSelection = bNew; } long GetCrsrRowSpanOffset() const { return m_nRowSpanOffset; } - void SetCrsrRowSpanOffset( long nNew ) { m_nRowSpanOffset = nNew; } DECL_FIXEDMEMPOOL_NEWDEL( SwCursor ) }; -- cgit