summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-11-30 00:08:19 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-11-30 00:08:19 -0500
commitcc486a467a722b039f4950feb21b7346a8d70a5b (patch)
treedc9d9fb1744a1cf5cc7a76fbe7770717212c5566
parent24a2e032ed0d5f1dcddf583424dfe9ab4c214ebf (diff)
Don't forget to clear this when loading a new XML file.
Change-Id: I97a1e01e983660304e78f05d5a025080d30aab46
-rw-r--r--sc/source/ui/xmlsource/xmlsourcedlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/xmlsource/xmlsourcedlg.cxx b/sc/source/ui/xmlsource/xmlsourcedlg.cxx
index fed942e865ae..f7466629d3cf 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);
}