add some comments to weld::ComboBox

because it took me a while to figure out the magic value here

Change-Id: I9a188d23a1f5aaac1bff10f795a916bc30cfb7ba
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177534
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
This commit is contained in:
Noel Grandin 2024-11-29 15:25:41 +02:00
parent b938c891e1
commit 050e827b5c

View file

@ -794,7 +794,7 @@ public:
virtual void make_sorted() = 0;
virtual void clear() = 0;
//by index
//by index, returns -1 if nothing is selected
virtual int get_active() const = 0;
virtual void set_active(int pos) = 0;
virtual void remove(int pos) = 0;