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

New commits:
commit cc486a467a722b039f4950feb21b7346a8d70a5b
Author: Kohei Yoshida <kohei.yosh...@gmail.com>
Date:   Fri Nov 30 00:08:19 2012 -0500

    Don't forget to clear this when loading a new XML file.
    
    Change-Id: I97a1e01e983660304e78f05d5a025080d30aab46

diff --git a/sc/source/ui/xmlsource/xmlsourcedlg.cxx 
b/sc/source/ui/xmlsource/xmlsourcedlg.cxx
index fed942e..f746662 100644
--- a/sc/source/ui/xmlsource/xmlsourcedlg.cxx
+++ b/sc/source/ui/xmlsource/xmlsourcedlg.cxx
@@ -207,7 +207,7 @@ void ScXMLSourceDlg::SelectSourceFile()
     // There should only be one file returned from the file picker.
     maSrcPath = aFiles[0];
     maFtSourceFile.SetText(maSrcPath);
-
+    maHighlightedEntries.clear();
     LoadSourceFileStructure(maSrcPath);
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to