summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-13 11:04:05 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 10:15:05 +0100
commit2586f7a6ddd195ce5ad21d91e2cf427cb229051d (patch)
tree730d0c93f186c92f23d9410e0051c7c7aa7a3716 /sc
parent83b86f20c0a85dede9be8224c2be64b50377f46d (diff)
-Werror,-Wunused-member-function
Change-Id: Iabe3b1dac4c3f0997e786cb641faf43e791018b1
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/column2.cxx15
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);
- }
- }
};
}