Kaydet (Commit) 6a2a1326 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Remove this hack.

Change-Id: Ibaf4f478c25e5c8b429ffb45a70d9a8a170053ef
üst 48dfa346
......@@ -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
......
......@@ -1164,11 +1164,6 @@ bool ScCellIterator::next()
return getCurrent();
}
ScBaseCell* ScCellIterator::getHackedBaseCell()
{
return mpDoc->GetCell(maCurPos);
}
//-------------------------------------------------------------------------------
ScQueryCellIterator::ScQueryCellIterator(ScDocument* pDocument, SCTAB nTable,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment