Kaydet (Commit) 0fb1409d authored tarafından Kohei Yoshida's avatar Kohei Yoshida

This method no longer used. Good. Remove it.

Change-Id: I397dedd6c7388b350af0f93151fdf0160698acc7
üst c575e7f4
...@@ -76,7 +76,6 @@ public: ...@@ -76,7 +76,6 @@ public:
bool GetFirst(); bool GetFirst();
bool GetNext(); bool GetNext();
ScBaseCell* GetCell();
ScCellValue GetCellValue() const; ScCellValue GetCellValue() const;
const ScPatternAttr* GetPattern(); const ScPatternAttr* GetPattern();
void GetPos( SCCOL& rCol, SCROW& rRow, SCTAB& rTab ); void GetPos( SCCOL& rCol, SCROW& rRow, SCTAB& rTab );
......
...@@ -197,13 +197,6 @@ bool ScDocumentIterator::GetNext() ...@@ -197,13 +197,6 @@ bool ScDocumentIterator::GetNext()
return GetThis(); return GetThis();
} }
//------------------------------------------------------------------------
ScBaseCell* ScDocumentIterator::GetCell()
{
return pCell;
}
ScCellValue ScDocumentIterator::GetCellValue() const ScCellValue ScDocumentIterator::GetCellValue() const
{ {
ScCellValue aRet; ScCellValue aRet;
......
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