Kaydet (Commit) 134c7e65 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Setting a reference via ref picker should update the link ref data.

Change-Id: Ie1559e1ece8d57b09e68676f88991c67ff8db03e
üst 7a3bfca5
......@@ -127,6 +127,8 @@ void ScXMLSourceDlg::SetReference(const ScRange& rRange, ScDocument* pDoc)
OUString aStr;
rRange.aStart.Format(aStr, SCA_ABS_3D, pDoc, pDoc->GetAddressConvention());
mpActiveEdit->SetRefString(aStr);
RefEditModified();
}
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