summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-03-24 01:37:02 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-03-24 06:50:27 +0000
commit5a8cd51780eaf362536284ee8bd388916a172690 (patch)
treed6be30791b11ce26eaff00ebf4fb37547d511231 /sc
parent7da3a53958695bfb1405fa513f71beddc6c0ecb7 (diff)
werror: loplugin:staticcall
Change-Id: Ifce20e96dc088b982307fc60ba185f5dddfc28cc Reviewed-on: https://gerrit.libreoffice.org/23481 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/scmatrix.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/scmatrix.cxx b/sc/source/core/tool/scmatrix.cxx
index 29905f365521..90fea67c8a65 100644
--- a/sc/source/core/tool/scmatrix.cxx
+++ b/sc/source/core/tool/scmatrix.cxx
@@ -2470,7 +2470,7 @@ void ScMatrixImpl::MatConcat(SCSIZE nMaxCol, SCSIZE nMaxRow, const ScMatrixRef&
{
pos = maMat.set(pos, CreateDoubleError(nErrors[nMaxCol * j + i]));
}
- pos = maMat.next_position(pos);
+ pos = MatrixImplType::next_position(pos);
}
}
}