| 91 | static_cast<ComboBox*>(this)->setIndexSelected(_index); |
| 92 | } |
| 93 | void MemberObsolete<ComboBox>::clearItemSelected() |
| 94 | { |
| 95 | static_cast<ComboBox*>(this)->clearIndexSelected(); |
| 96 | } |
| 97 | |
| 98 | void MemberObsolete<ComboBox>::insertItem(size_t _index, const UString& _name) |
| 99 | { |
nothing calls this directly
no test coverage detected