sc/source/ui/xmlsource/xmlsourcedlg.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit bcbe2cb737ad12a74272fa4af07a51870a947f4a Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Tue Nov 13 15:36:14 2012 -0500 Setting a reference via ref picker should update the link ref data. Change-Id: Ie1559e1ece8d57b09e68676f88991c67ff8db03e diff --git a/sc/source/ui/xmlsource/xmlsourcedlg.cxx b/sc/source/ui/xmlsource/xmlsourcedlg.cxx index f9c2c13..68e819e 100644 --- a/sc/source/ui/xmlsource/xmlsourcedlg.cxx +++ b/sc/source/ui/xmlsource/xmlsourcedlg.cxx @@ -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() _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits