diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-11-30 00:08:19 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-11-30 00:08:19 -0500 |
commit | cc486a467a722b039f4950feb21b7346a8d70a5b (patch) | |
tree | dc9d9fb1744a1cf5cc7a76fbe7770717212c5566 /sc | |
parent | 24a2e032ed0d5f1dcddf583424dfe9ab4c214ebf (diff) |
Don't forget to clear this when loading a new XML file.
Change-Id: I97a1e01e983660304e78f05d5a025080d30aab46
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/xmlsource/xmlsourcedlg.cxx | 2 |
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); } |