diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-11-13 15:36:14 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-11-28 13:28:29 -0500 |
commit | 134c7e65df34b445ac6fa7b7ae63832396cc59ce (patch) | |
tree | 1ea0f7236b1503dd335bdd0b5d1fd1e7b3e08a72 /sc | |
parent | 7a3bfca5862619260f8050e45085a7a74e1054ae (diff) |
Setting a reference via ref picker should update the link ref data.
Change-Id: Ie1559e1ece8d57b09e68676f88991c67ff8db03e
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/xmlsource/xmlsourcedlg.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/xmlsource/xmlsourcedlg.cxx b/sc/source/ui/xmlsource/xmlsourcedlg.cxx index f9c2c13aa24f..68e819e14042 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() |