[Libreoffice-commits] core.git: sc/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Thu Mar 24 06:50:57 UTC 2016
sc/source/core/tool/scmatrix.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5a8cd51780eaf362536284ee8bd388916a172690
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Thu Mar 24 01:37:02 2016 +0100
werror: loplugin:staticcall
Change-Id: Ifce20e96dc088b982307fc60ba185f5dddfc28cc
Reviewed-on: https://gerrit.libreoffice.org/23481
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/sc/source/core/tool/scmatrix.cxx b/sc/source/core/tool/scmatrix.cxx
index 29905f3..90fea67 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);
}
}
}
More information about the Libreoffice-commits
mailing list