[Libreoffice-commits] .: Branch 'feature/calc-xml-source' - sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Nov 13 12:37:01 PST 2012


 sc/source/ui/xmlsource/xmlsourcedlg.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit bcbe2cb737ad12a74272fa4af07a51870a947f4a
Author: Kohei Yoshida <kohei.yoshida at 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()


More information about the Libreoffice-commits mailing list