sw/inc/crsrsh.hxx                |    1 -
 sw/source/core/crsr/crstrvl1.cxx |    4 ----
 unusedcode.easy                  |    1 -
 3 files changed, 6 deletions(-)

New commits:
commit 1fa4154c1c99dc06713da3ab03096ce4a05e74c4
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Wed May 2 10:45:31 2012 +0200

    Remove GoPrevSentence indicated in unused
    
    Change-Id: I492677ed33cf21404b22c2d8770fe32d2cac3839

diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx
index 41f6b63..fa2b287 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 d244c38..e9886b4 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 56b1d1e..00cd6fa 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)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to