[Libreoffice-commits] .: editeng/inc editeng/source

Caolán McNamara caolan at kemper.freedesktop.org
Wed Apr 25 08:31:05 PDT 2012


 editeng/inc/editeng/editeng.hxx    |    1 -
 editeng/source/editeng/editeng.cxx |    5 -----
 2 files changed, 6 deletions(-)

New commits:
commit aba2ed749e819bcd03af70ae2b0e551b5524e320
Author: Jose Santiago Jimenez Sarmiento <jimenezsarmiento at gmail.com>
Date:   Tue Apr 24 19:00:12 2012 +0100

    remove some unused code

diff --git a/editeng/inc/editeng/editeng.hxx b/editeng/inc/editeng/editeng.hxx
index 8b23f00..f77244d 100644
--- a/editeng/inc/editeng/editeng.hxx
+++ b/editeng/inc/editeng/editeng.hxx
@@ -149,7 +149,6 @@ private:
     EDITENG_DLLPRIVATE ParaPortion* FindParaPortion(ContentNode* pNode);
     EDITENG_DLLPRIVATE const ParaPortion* FindParaPortion(ContentNode* pNode) const;
     EDITENG_DLLPRIVATE const ParaPortion* GetPrevVisPortion(const ParaPortion* pCurPortion) const;
-    EDITENG_DLLPRIVATE const ParaPortion* GetNextVisPortion(const ParaPortion* pCurPortion) const;
 
     EDITENG_DLLPRIVATE com::sun::star::uno::Reference<
         com::sun::star::datatransfer::XTransferable>
diff --git a/editeng/source/editeng/editeng.cxx b/editeng/source/editeng/editeng.cxx
index dd4cfb0..6772ec9 100644
--- a/editeng/source/editeng/editeng.cxx
+++ b/editeng/source/editeng/editeng.cxx
@@ -742,11 +742,6 @@ const ParaPortion* EditEngine::GetPrevVisPortion(const ParaPortion* pCurPortion)
     return pImpEditEngine->GetPrevVisPortion(pCurPortion);
 }
 
-const ParaPortion* EditEngine::GetNextVisPortion(const ParaPortion* pCurPortion) const
-{
-    return pImpEditEngine->GetNextVisPortion(pCurPortion);
-}
-
 sal_uInt16 EditEngine::GetScriptType(const EditSelection& rSel) const
 {
     return pImpEditEngine->GetScriptType(rSel);


More information about the Libreoffice-commits mailing list