diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/column2.cxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sc/source/core/data/column2.cxx b/sc/source/core/data/column2.cxx index 4715b480fc7b..fbd0fbf2067a 100644 --- a/sc/source/core/data/column2.cxx +++ b/sc/source/core/data/column2.cxx @@ -3305,21 +3305,6 @@ public: update(fVal, bVal); } - - void operator() (mdds::mtv::element_t eType, size_t nTopRow, size_t nDataSize) - { - if (eType == sc::element_type_empty) - return; - - for (size_t i = 0; i < nDataSize; ++i) - { - size_t nRow = nTopRow + i; - if (mrHiddenRows.getValue(nRow)) - continue; - - update(0.0, false); - } - } }; } |