summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-26 10:42:06 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-26 15:35:04 -0400
commit0fb1409d9682f118d28f89e27bba7887882dad91 (patch)
treedc381694150b1313367ecf363c55daa21ad6cc28 /sc/inc
parentc575e7f484817e355d5451ed001b4f874b63ff68 (diff)
This method no longer used. Good. Remove it.
Change-Id: I397dedd6c7388b350af0f93151fdf0160698acc7
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/dociter.hxx1
1 files changed, 0 insertions, 1 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 );