[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/inc sc/source
Kohei Yoshida
kohei.yoshida at gmail.com
Tue Mar 26 19:21:52 PDT 2013
sc/inc/dociter.hxx | 3 ---
sc/source/core/data/dociter.cxx | 5 -----
2 files changed, 8 deletions(-)
New commits:
commit 27761ac755968dfdf4759a161c6f25ca58e54226
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Tue Mar 26 22:24:07 2013 -0400
Remove this hack.
Change-Id: Ibaf4f478c25e5c8b429ffb45a70d9a8a170053ef
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx
index 7161ac2..4477ba3 100644
--- a/sc/inc/dociter.hxx
+++ b/sc/inc/dociter.hxx
@@ -249,9 +249,6 @@ public:
bool first();
bool next();
-
- // TODO: Remove this later.
- ScBaseCell* getHackedBaseCell();
};
class ScQueryCellIterator // walk through all non-empty cells in an area
diff --git a/sc/source/core/data/dociter.cxx b/sc/source/core/data/dociter.cxx
index dadf501..f64837e 100644
--- a/sc/source/core/data/dociter.cxx
+++ b/sc/source/core/data/dociter.cxx
@@ -1164,11 +1164,6 @@ bool ScCellIterator::next()
return getCurrent();
}
-ScBaseCell* ScCellIterator::getHackedBaseCell()
-{
- return mpDoc->GetCell(maCurPos);
-}
-
//-------------------------------------------------------------------------------
ScQueryCellIterator::ScQueryCellIterator(ScDocument* pDocument, SCTAB nTable,
More information about the Libreoffice-commits
mailing list