diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-06-19 16:48:32 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-06-24 16:51:36 -0400 |
commit | e3b91687590f08438b5a5d4eec72e634b11a8589 (patch) | |
tree | 96354be594954e1c53d35cbb82c144431a688896 /sc/inc/dociter.hxx | |
parent | 2a5ea9ee0ba2b38d1810828a9fdf884d9b0fd198 (diff) |
Fix the horizontal cell iterator.
I got its logic totally wrong. Now it works.
Change-Id: I79e556da19c7c0b0d8cecbb4875d6d21d5ec4208
Diffstat (limited to 'sc/inc/dociter.hxx')
-rw-r--r-- | sc/inc/dociter.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx index 87d17b261f90..2452a6083d93 100644 --- a/sc/inc/dociter.hxx +++ b/sc/inc/dociter.hxx @@ -410,8 +410,6 @@ public: class ScHorizontalCellIterator // walk through all non empty cells in an area { // row by row - typedef std::pair<sc::CellStoreType::const_iterator,size_t> PositionType; - struct ColParam { sc::CellStoreType::const_iterator maPos; |