https://bugs.documentfoundation.org/show_bug.cgi?id=165577
--- Comment #3 from [email protected] --- Hi, I'm disappointed I didn't catch this, and I apologize for this. I haven't tested it, but I think it's probably this piece of code here, because it doesn't seem to correspond to any of the old code. I would guess I wanted to clear the value, but didn't imagine the method actually clears the available options instead: ``` + else + { + m_xTypeListBox->clear(); + } ``` -- You are receiving this mail because: You are the assignee for the bug.
