| 397 | return static_cast<const MultiListBox*>(this)->getSubItemNameAt(_column, _index); |
| 398 | } |
| 399 | void MemberObsolete<MultiListBox>::setSubItem(size_t _column, size_t _index, const UString& _name) |
| 400 | { |
| 401 | static_cast<MultiListBox*>(this)->setSubItemNameAt(_column, _index, _name); |
| 402 | } |
| 403 | void MemberObsolete<MultiListBox>::deleteColumn(size_t _column) |
| 404 | { |
| 405 | static_cast<MultiListBox*>(this)->removeColumnAt(_column); |
nothing calls this directly
no test coverage detected