diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-26 22:24:07 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-27 00:07:17 -0400 |
commit | 6a2a132661ae2ae535a7259c802d31c817717bd3 (patch) | |
tree | 8f7c8740b5022366b436e57e25bcfaab8e7c2b98 /sc/inc | |
parent | 48dfa346ccb37f144efabad2ba271821c895c0d3 (diff) |
Remove this hack.
Change-Id: Ibaf4f478c25e5c8b429ffb45a70d9a8a170053ef
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/dociter.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx index 7161ac29711f..4477ba37ac44 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 |