summaryrefslogtreecommitdiff
path: root/include/tools/wintypes.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-05 16:08:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-05 20:52:29 +0100
commit57a1b2277df803387181f44ec70f4fa61c3fba4e (patch)
treefbf7bdb293ef1b3db4c4b5c5b44d6e640ef762a6 /include/tools/wintypes.hxx
parent183b2ff719364a17f1f21d7ba445e12c55d94871 (diff)
now ditch WB_INFO
Change-Id: I3b5505e06989c6bb8df5977b6690d32ca5f161e2
Diffstat (limited to 'include/tools/wintypes.hxx')
-rw-r--r--include/tools/wintypes.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx
index cb0fd7108bd3..0d8e9b7c873c 100644
--- a/include/tools/wintypes.hxx
+++ b/include/tools/wintypes.hxx
@@ -198,7 +198,6 @@ WinBits const WB_FLATBUTTON = SAL_CONST_INT64(0x4000000000);
WinBits const WB_PATHELLIPSIS = 0x00100000;
WinBits const WB_EXTRAOFFSET = 0x02000000;
WinBits const WB_NOMULTILINE = 0x10000000;
-WinBits const WB_INFO = 0x20000000;
// Window-Bits for CheckBox
WinBits const WB_CBLINESTYLE = SAL_CONST_INT64(0x2000000000);