Kaydet (Commit) cc486a46 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Don't forget to clear this when loading a new XML file.

Change-Id: I97a1e01e983660304e78f05d5a025080d30aab46
üst 24a2e032
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment