Remove GoPrevSentence indicated in unused
Change-Id: I492677ed33cf21404b22c2d8770fe32d2cac3839
This commit is contained in:
@@ -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 );
|
||||
|
@@ -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 );
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user