Kaydet (Commit) 1fa4154c authored tarafından Julien Nabet's avatar Julien Nabet

Remove GoPrevSentence indicated in unused

Change-Id: I492677ed33cf21404b22c2d8770fe32d2cac3839
üst 9aff8869
...@@ -719,7 +719,6 @@ public: ...@@ -719,7 +719,6 @@ public:
sal_Bool GoNextWord(); sal_Bool GoNextWord();
sal_Bool GoPrevWord(); sal_Bool GoPrevWord();
sal_Bool GoNextSentence(); sal_Bool GoNextSentence();
sal_Bool GoPrevSentence();
sal_Bool GoStartSentence(); sal_Bool GoStartSentence();
sal_Bool GoEndSentence(); sal_Bool GoEndSentence();
sal_Bool SelectWord( const Point* pPt = 0 ); sal_Bool SelectWord( const Point* pPt = 0 );
......
...@@ -83,10 +83,6 @@ sal_Bool SwCrsrShell::GoEndSentence() ...@@ -83,10 +83,6 @@ sal_Bool SwCrsrShell::GoEndSentence()
return CallCrsrFN( &SwCursor::GoEndSentence ); return CallCrsrFN( &SwCursor::GoEndSentence );
} }
sal_Bool SwCrsrShell::GoPrevSentence()
{
return CallCrsrFN( &SwCursor::GoPrevSentence );
}
sal_Bool SwCrsrShell::GoStartSentence() sal_Bool SwCrsrShell::GoStartSentence()
{ {
return CallCrsrFN( &SwCursor::GoStartSentence ); return CallCrsrFN( &SwCursor::GoStartSentence );
......
...@@ -144,7 +144,6 @@ SwContentArr::Insert(SwContent* const*, unsigned short) ...@@ -144,7 +144,6 @@ SwContentArr::Insert(SwContent* const*, unsigned short)
SwContentArr::Insert(SwContentArr const*, unsigned short, unsigned short) SwContentArr::Insert(SwContentArr const*, unsigned short, unsigned short)
SwContentArr::Remove(SwContent* const&, unsigned short) SwContentArr::Remove(SwContent* const&, unsigned short)
SwContentArr::Remove(unsigned short, unsigned short) SwContentArr::Remove(unsigned short, unsigned short)
SwCrsrShell::GoPrevSentence()
SwCurrShells::DeleteAndDestroy(unsigned short, unsigned short) SwCurrShells::DeleteAndDestroy(unsigned short, unsigned short)
SwCurrShells::Insert(CurrShell* const&, unsigned short&) SwCurrShells::Insert(CurrShell* const&, unsigned short&)
SwCurrShells::Insert(CurrShell* const*, unsigned short) SwCurrShells::Insert(CurrShell* const*, unsigned short)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment