diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-12-16 21:30:22 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-01-28 10:41:46 +0000 |
commit | b0b8b419b249860617b12bf3e7dd233ba4f71e04 (patch) | |
tree | ac7405bd9453ce9afd968afdd40b1197a2f1b5d1 /include | |
parent | 3aa8c1663da6315878cf0c58ef9c19d13e2f8b06 (diff) |
remove newly unused WB_NEEDSFOCUS and fragile FLOAT_FOCUSABLE
Change-Id: Idce03318fbc01039a6c0638879785607970993c0
Reviewed-on: https://gerrit.libreoffice.org/20746
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
(cherry picked from commit 016730421e5e58415170b464bf9d9ca47d6c3b4e)
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/wintypes.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx index 781865d1ff88..f7ebaa2a5075 100644 --- a/include/tools/wintypes.hxx +++ b/include/tools/wintypes.hxx @@ -179,7 +179,6 @@ WinBits const WB_NOSHADOW = SAL_CONST_INT64(0x400000000); WinBits const WB_TOOLTIPWIN = SAL_CONST_INT64(0x800000000); WinBits const WB_OWNERDRAWDECORATION = SAL_CONST_INT64(0x2000000000); WinBits const WB_DEFAULTWIN = SAL_CONST_INT64(0x4000000000); -WinBits const WB_NEEDSFOCUS = SAL_CONST_INT64(0x1000000000); WinBits const WB_POPUP = SAL_CONST_INT64(0x20000000); WinBits const WB_HSCROLL = WB_HORZ; |