summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-10-26 17:24:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-10-26 21:04:51 +0200
commit277d05a7188be77162e4a388c7c825daf8d6e326 (patch)
tree5fd4d54bf347b1fcf67087ba504d5a5e08f44def /include
parentff1b1e51e26ff7314e5d77db85b0541626cda4e0 (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')
-rw-r--r--include/svtools/valueset.hxx2
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.