diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-08-30 15:19:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-08-30 20:14:02 +0200 |
commit | 2fdbf463f9d934bca48131df8b51caf36da2e8e5 (patch) | |
tree | 540a03bfd9c9ef6a3927e032a2f5d17a6d1d6435 /include/tools | |
parent | cfc2022deba6070b449f2c1d3b0b5a8b17057a47 (diff) |
nothing is reading the futilely set WB_AUTOSIZE bit
Change-Id: Ifbc2dffcb8db1511d5c08e51c972e822355f41c6
Reviewed-on: https://gerrit.libreoffice.org/41737
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/tools')
-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 15075f698449..39e23202b00f 100644 --- a/include/tools/wintypes.hxx +++ b/include/tools/wintypes.hxx @@ -117,7 +117,6 @@ WinBits const WB_BORDER = 0x00000008; WinBits const WB_NOBORDER = 0x00000010; WinBits const WB_SIZEABLE = 0x00000020; WinBits const WB_3DLOOK = 0x00000040; -WinBits const WB_AUTOSIZE = 0x00000080; // Window-Bits for SystemWindows WinBits const WB_MOVEABLE = 0x00000100; |