[Libreoffice-commits] .: sc/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Nov 29 21:07:44 PST 2012
sc/source/ui/xmlsource/xmlsourcedlg.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cc486a467a722b039f4950feb21b7346a8d70a5b
Author: Kohei Yoshida <kohei.yoshida at 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);
}
More information about the Libreoffice-commits
mailing list