diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-05-15 19:54:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-05-15 22:33:25 +0200 |
commit | e3fa56977c585e5f354319ac70b15d42e9a84f74 (patch) | |
tree | e7563fc80ab341d186dcb76f88eca14c17bb3c91 /include/vcl | |
parent | 609416ca21aa2912908ef46d1129deec3cd24bae (diff) |
inherit ComboBox from Widget instead of Container
Change-Id: I7f6b6e90e08c710672335ddffaa41e385d33611f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115664
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/weld.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx index 1101df6b46c4..e55ca8d6b534 100644 --- a/include/vcl/weld.hxx +++ b/include/vcl/weld.hxx @@ -675,7 +675,7 @@ enum class EntryMessageType class Menu; /// A widget used to choose from a list of items. -class VCL_DLLPUBLIC ComboBox : virtual public Container +class VCL_DLLPUBLIC ComboBox : virtual public Widget { private: OUString m_sSavedValue; |