summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-02-16 16:18:52 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-02-16 21:16:13 +0100
commitee6548117e617be0a2d4e87671db43a4f97d0027 (patch)
treeab3a65d9db3e7fd14566645f5d64f5afc4b01fdf /include/tools
parent6bc3b6cfc72d157fb43c88e754f6ed4f53aac16e (diff)
WB_HYPHENATION is newly unused
Change-Id: If1fd94b1a0f572fb1bc40f2098079408c9916ce1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110999 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/wintypes.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx
index 75557c48acfc..31d85c2ac0cc 100644
--- a/include/tools/wintypes.hxx
+++ b/include/tools/wintypes.hxx
@@ -162,7 +162,7 @@ WinBits const WB_HIDE = SAL_CONST_INT64(0x80000000);
WinBits const WB_AUTOHSCROLL = SAL_CONST_INT64(0x10000000);
WinBits const WB_DOCKABLE = SAL_CONST_INT64(0x20000000);
WinBits const WB_AUTOVSCROLL = SAL_CONST_INT64(0x40000000);
-WinBits const WB_HYPHENATION = SAL_CONST_INT64(0x800000000) | WB_WORDBREAK;
+
// #i93011# style bit for some child windows, that want their children checked for accelerators
WinBits const WB_CHILDDLGCTRL = SAL_CONST_INT64(0x100000000000);