diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx index 41f6b63fc507..fa2b287750be 100644 --- a/sw/inc/crsrsh.hxx +++ b/sw/inc/crsrsh.hxx @@ -719,7 +719,6 @@ public: sal_Bool GoNextWord(); sal_Bool GoPrevWord(); sal_Bool GoNextSentence(); - sal_Bool GoPrevSentence(); sal_Bool GoStartSentence(); sal_Bool GoEndSentence(); sal_Bool SelectWord( const Point* pPt = 0 ); diff --git a/sw/source/core/crsr/crstrvl1.cxx b/sw/source/core/crsr/crstrvl1.cxx index d244c3852799..e9886b4ba473 100644 --- a/sw/source/core/crsr/crstrvl1.cxx +++ b/sw/source/core/crsr/crstrvl1.cxx @@ -83,10 +83,6 @@ sal_Bool SwCrsrShell::GoEndSentence() return CallCrsrFN( &SwCursor::GoEndSentence ); } -sal_Bool SwCrsrShell::GoPrevSentence() -{ - return CallCrsrFN( &SwCursor::GoPrevSentence ); -} sal_Bool SwCrsrShell::GoStartSentence() { return CallCrsrFN( &SwCursor::GoStartSentence ); diff --git a/unusedcode.easy b/unusedcode.easy index 56b1d1ebe80f..00cd6fae91a7 100755 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -144,7 +144,6 @@ SwContentArr::Insert(SwContent* const*, unsigned short) SwContentArr::Insert(SwContentArr const*, unsigned short, unsigned short) SwContentArr::Remove(SwContent* const&, unsigned short) SwContentArr::Remove(unsigned short, unsigned short) -SwCrsrShell::GoPrevSentence() SwCurrShells::DeleteAndDestroy(unsigned short, unsigned short) SwCurrShells::Insert(CurrShell* const&, unsigned short&) SwCurrShells::Insert(CurrShell* const*, unsigned short)