summaryrefslogtreecommitdiff
path: root/sc/inc/scmatrix.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-06-04 15:38:31 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-06-04 19:18:51 +0200
commitf52376f167840cee4896f71b17bb8c760c23d5bb (patch)
tree7ff334b64978b70198a0fa3b1a61d57d72ece978 /sc/inc/scmatrix.hxx
parent752e23f3cfb161f3eed72f3cd1104310b1b1ddba (diff)
loplugin:unusedmethods
Change-Id: I79bd2f0eaa7287f0568366ee5627e11a65d2aec2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116717 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/scmatrix.hxx')
-rw-r--r--sc/inc/scmatrix.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/scmatrix.hxx b/sc/inc/scmatrix.hxx
index 827d500edd24..9026288c55cf 100644
--- a/sc/inc/scmatrix.hxx
+++ b/sc/inc/scmatrix.hxx
@@ -413,7 +413,6 @@ public:
void DivOp(bool bFlag, double fVal, const ScMatrix& rMat) ;
void PowOp(bool bFlag, double fVal, const ScMatrix& rMat) ;
- DoubleIterateResultMultiple Collect(const std::vector<sc::op::Op>& aOp) ;
KahanIterateResultMultiple CollectKahan(const std::vector<sc::op::kOp>& aOp) ;
void ExecuteOperation(const std::pair<size_t, size_t>& rStartPos, const std::pair<size_t, size_t>& rEndPos,