sw content controls, combo box: make the dropdown case read-only
commit37656a47d8797d45d706a17ab8843dcb8db90bbc
authorMiklos Vajna <vmiklos@collabora.com>
Wed, 21 Sep 2022 10:09:34 +0000 (21 12:09 +0200)
committerMiklos Vajna <vmiklos@collabora.com>
Wed, 21 Sep 2022 11:21:16 +0000 (21 13:21 +0200)
tree8b0e71d7ed7cb23826dada1ddf9f6226575ae0b6
parent7cecf19a1f553b57b5d1cd81a9a99f51ee424a24
sw content controls, combo box: make the dropdown case read-only

Dropdown should be read-only (select from existing list items only),
combo box should be read-write (accepting free-form user input as well).

Now that we have a combo box, allow editing a combo box's content, but
turn dropdown into a read-only control.

Change-Id: Ie9434eaf2580be8ce154ec1126f7768eb9401254
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140338
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
sw/qa/core/crsr/crsr.cxx
sw/source/core/crsr/pam.cxx
sw/source/uibase/wrtsh/wrtsh3.cxx