summaryrefslogtreecommitdiff
path: root/connectivity/workben
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-02-10 14:12:17 +0100
committerJan Holesovsky <kendy@suse.cz>2012-02-10 15:12:26 +0100
commit8912cf30755a2a19d50acc3bb0f5352506638fad (patch)
treead9406d87e16ac78f7a46697d3e5921c2d73bbd3 /connectivity/workben
parent0787025c13dadd6e8e131cb491698e6981313c4a (diff)
fdo#40261: Fix crash in XML Form Document.
The data structure holding the UI elements in the browser listbox was a terrible mess - it held the items in an unordered_map, but then accessed them via a vector containing iterators to this unordered_map. Fixed the problem (and cleaned all this up) by removing the vector of iterators, and turning the unordered_map into a normal vector. When we need access by name, we just go through all the items; it is always just a handful of them anyway.
Diffstat (limited to 'connectivity/workben')
0 files changed, 0 insertions, 0 deletions