[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/inc sc/source

Kohei Yoshida kohei.yoshida at gmail.com
Tue Mar 26 07:40:51 PDT 2013


 sc/inc/dociter.hxx              |    1 -
 sc/source/core/data/dociter.cxx |    7 -------
 2 files changed, 8 deletions(-)

New commits:
commit e90d9b09e31565ec6b1488009b7075945b78ab22
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Tue Mar 26 10:42:06 2013 -0400

    This method no longer used. Good. Remove it.
    
    Change-Id: I397dedd6c7388b350af0f93151fdf0160698acc7

diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx
index d24c6ab..eb34633 100644
--- a/sc/inc/dociter.hxx
+++ b/sc/inc/dociter.hxx
@@ -76,7 +76,6 @@ public:
     bool                    GetFirst();
     bool                    GetNext();
 
-    ScBaseCell*             GetCell();
     ScCellValue GetCellValue() const;
     const ScPatternAttr*    GetPattern();
     void                    GetPos( SCCOL& rCol, SCROW& rRow, SCTAB& rTab );
diff --git a/sc/source/core/data/dociter.cxx b/sc/source/core/data/dociter.cxx
index 24fd2b3..9f7dd02 100644
--- a/sc/source/core/data/dociter.cxx
+++ b/sc/source/core/data/dociter.cxx
@@ -197,13 +197,6 @@ bool ScDocumentIterator::GetNext()
     return GetThis();
 }
 
-//------------------------------------------------------------------------
-
-ScBaseCell* ScDocumentIterator::GetCell()
-{
-    return pCell;
-}
-
 ScCellValue ScDocumentIterator::GetCellValue() const
 {
     ScCellValue aRet;


More information about the Libreoffice-commits mailing list