diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-10-26 17:24:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-10-26 21:04:51 +0200 |
commit | 277d05a7188be77162e4a388c7c825daf8d6e326 (patch) | |
tree | 5fd4d54bf347b1fcf67087ba504d5a5e08f44def /include/svtools | |
parent | ff1b1e51e26ff7314e5d77db85b0541626cda4e0 (diff) |
ValueSet doesn't use WB_NOPOINTERFOCUS anymore
Change-Id: I5d1b1240518aa97d229d56545e353259d226f1e2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124237
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/valueset.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx index 186265404131..98e701800f04 100644 --- a/include/svtools/valueset.hxx +++ b/include/svtools/valueset.hxx @@ -86,8 +86,6 @@ WB_VSCROLL A scrollbar will be always shown. The visible number of lines have to be specified with SetLineCount() if this flag is set. WB_BORDER A border will be drawn around the window. -WB_NOPOINTERFOCUS The focus won't be gathered, if the control was pressed by - the mouse. WB_TABSTOP It is possible to jump into the ValueSet with the tab key. WB_NOTABSTOP It is not possible to jump into the ValueSet with the tab key. |