Remove GoPrevSentence indicated in unused

Change-Id: I492677ed33cf21404b22c2d8770fe32d2cac3839
This commit is contained in:
Julien Nabet
2012-05-02 10:45:31 +02:00
parent 9aff886906
commit 1fa4154c1c
3 changed files with 0 additions and 6 deletions

View File

@@ -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 );

View File

@@ -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 );

View File

@@ -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)