diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-26 10:42:06 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-26 15:35:04 -0400 |
commit | 0fb1409d9682f118d28f89e27bba7887882dad91 (patch) | |
tree | dc381694150b1313367ecf363c55daa21ad6cc28 /sc | |
parent | c575e7f484817e355d5451ed001b4f874b63ff68 (diff) |
This method no longer used. Good. Remove it.
Change-Id: I397dedd6c7388b350af0f93151fdf0160698acc7
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/dociter.hxx | 1 | ||||
-rw-r--r-- | sc/source/core/data/dociter.cxx | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx index 8c513aab2476..58d1215fad77 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 24fd2b329f98..9f7dd026499f 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; |