Kaydet (Commit) d528eb15 authored tarafından Laurent Godard's avatar Laurent Godard Kaydeden (comit) Caolán McNamara

call the correct GetNotePosition method #fdo80551

unit test is ok on Sheet but fails on Col

Change-Id: I28084118e088838b47b77537b981ebe7422ab722
Reviewed-on: https://gerrit.libreoffice.org/9934Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst b807a028
......@@ -3538,7 +3538,7 @@ bool ScAnnotationsObj::GetAddressByIndex_Impl( sal_Int32 nIndex, ScAddress& rPos
return false;
ScDocument& rDoc = pDocShell->GetDocument();
rPos = rDoc.GetNotePosition(nIndex);
rPos = rDoc.GetNotePosition(nIndex, nTab);
return rPos.IsValid();
}
......
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