[Libreoffice-commits] .: sc/source

Kohei Yoshida kohei at kemper.freedesktop.org
Wed Nov 10 13:50:54 PST 2010


 sc/source/filter/xml/xmlimprt.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit fb8e6c355def730832ce1b6275e6b335ec828550
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Wed Nov 10 16:50:29 2010 -0500

    Friendly in-line comment to give the audience more info.

diff --git a/sc/source/filter/xml/xmlimprt.cxx b/sc/source/filter/xml/xmlimprt.cxx
index cd24b9d..ca8068f 100644
--- a/sc/source/filter/xml/xmlimprt.cxx
+++ b/sc/source/filter/xml/xmlimprt.cxx
@@ -2792,6 +2792,7 @@ void ScXMLImport::SetNamedRanges()
     if (!xPropSet.is())
         return;
 
+    // Turn off broadcasting while adding imported range names.
     NamedRangesSwitch aSwitch(xPropSet);
 
     ScMyNamedExpressions::iterator aItr(pNamedExpressions->begin());


More information about the Libreoffice-commits mailing list