diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-26 12:14:06 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-27 10:27:32 +0200 |
commit | 297c4d4021c2818cb8a51fabfc074d172927f897 (patch) | |
tree | 10c7f5f3693d4ff5ec4f216c8d827c85de708ed7 /sc/inc/dociter.hxx | |
parent | 778e685b6dd6694e83de047f8f72548d232c4b4b (diff) |
remove unused code ScDBQueryDataIterator::DataAccessInternal::setPos
Change-Id: If59f5b99a792ff5eafc0e027a84ca07b89a86c81
Diffstat (limited to 'sc/inc/dociter.hxx')
-rw-r--r-- | sc/inc/dociter.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx index a777d4450ea1..0a8ef91760da 100644 --- a/sc/inc/dociter.hxx +++ b/sc/inc/dociter.hxx @@ -138,7 +138,6 @@ private: private: void incBlock(); void incPos(); - void setPos(size_t nPos); const sc::CellStoreType* mpCells; PositionType maCurPos; |