diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-24 13:13:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-24 15:40:22 +0100 |
commit | b8c3d5c48552a94c5b2fd3add270441b3490b125 (patch) | |
tree | 2d7fc6241e7e4e34b787399bcdeabbf4a97de9c1 /include/tools | |
parent | 6240967cfc6fe17534db9a64c24113ced3f720be (diff) |
drop now unused WB_REFMODE bit
Change-Id: I873063a8cf52652ca8d3c871170beeb4585de8f1
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 897e63578759..bfd038ee6e6c 100644 --- a/include/tools/wintypes.hxx +++ b/include/tools/wintypes.hxx @@ -171,7 +171,6 @@ 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; WinBits const WB_CHILDDLGCTRL = SAL_CONST_INT64(0x100000000000); -WinBits const WB_REFMODE = SAL_CONST_INT64(0x200000000000); // system floating window WinBits const WB_SYSTEMFLOATWIN = SAL_CONST_INT64(0x100000000); |