Kaydet (Commit) 72db8ca7 authored tarafından Eike Rathke's avatar Eike Rathke

SCCOLROW instead of long, tdf#117016 follow-up

Change-Id: I94c527031184fd040380de5d532d30e502646dfb
Reviewed-on: https://gerrit.libreoffice.org/59552Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
Tested-by: Jenkins
üst 3aa56656
......@@ -6767,7 +6767,7 @@ void ScInterpreter::ScLookup()
// In case of non-vector matrix, only search the first row or column.
ScMatrixRef pDataMat2;
std::vector<long> vIndex;
std::vector<SCCOLROW> vIndex;
if (bOmitErrorValues)
{
std::vector<double> vArray;
......@@ -6792,7 +6792,7 @@ void ScInterpreter::ScLookup()
{
// No error value omitted, use as is.
pDataMat2 = pDataMat;
std::vector<long>().swap( vIndex);
std::vector<SCCOLROW>().swap( vIndex);
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment