sw/source/core/layout/tabfrm.cxx |   21 ---------------------
 unusedcode.easy                  |    1 -
 2 files changed, 22 deletions(-)

New commits:
commit b851d0a57abad29240d46d498e8fa3540c084687
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Tue May 8 16:02:00 2012 +0200

    Remove unused (SwTabFrm::GetLeaf)
    
    Change-Id: I6bf22a22c41860a85af4e01ee23b146265863797

diff --git a/sw/source/core/layout/tabfrm.cxx b/sw/source/core/layout/tabfrm.cxx
index aa5696f..e08182f 100644
--- a/sw/source/core/layout/tabfrm.cxx
+++ b/sw/source/core/layout/tabfrm.cxx
@@ -3381,27 +3381,6 @@ SwCntntFrm *SwTabFrm::FindLastCntnt()
 
 /*************************************************************************
 |*
-|*  SwTabFrm::GetLeaf()
-|*
-|*************************************************************************/
-SwLayoutFrm *SwTabFrm::GetLeaf( MakePageType eMakePage, sal_Bool bFwd )
-{
-    SwLayoutFrm *pRet;
-    if ( bFwd )
-    {
-        pRet = GetNextLeaf( eMakePage );
-        while ( IsAnLower( pRet ) )
-            pRet = pRet->GetNextLeaf( eMakePage );
-    }
-    else
-        pRet = GetPrevLeaf();
-    if ( pRet )
-        pRet->Calc();
-    return pRet;
-}
-
-/*************************************************************************
-|*
 |*  SwTabFrm::ShouldBwdMoved()
 |*
 |*  Description        Return value defines if the frm needs to be relocated
diff --git a/unusedcode.easy b/unusedcode.easy
index 6071e8a..2684713 100755
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -205,7 +205,6 @@ SwSortTableLines::Remove(SwTableLine* const&, unsigned 
short)
 SwSortTableLines::Remove(unsigned short, unsigned short)
 SwSyncChildWin::GetChildWindowId()
 SwTOXMarks::DeleteAndDestroy(unsigned short, unsigned short)
-SwTabFrm::GetLeaf(MakePageType, unsigned char)
 SwTableSortBoxes::DeleteAndDestroy(unsigned short, unsigned short)
 SwTableSortBoxes::Insert(SwTableBox* const&, unsigned short&)
 SwTableSortBoxes::Insert(SwTableBox* const*, unsigned short)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to