Kaydet (Commit) 35c5281f authored tarafından Kohei Yoshida's avatar Kohei Yoshida

When setting a link position to a repeat element, set the range parent flag.

Change-Id: I86b999297f96c4a2e55682d1da9a6c2e62f5f472
üst 6fb12c68
......@@ -99,6 +99,7 @@ void ScXMLSourceDlg::SetReference(const ScRange& rRange, ScDocument* pDoc)
return;
pUserData->maLinkedPos = rRange.aStart;
pUserData->mbRangeParent = pUserData->meType == ScOrcusXMLTreeParam::ElementRepeat;
}
void ScXMLSourceDlg::Deactivate()
......
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