diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-21 10:54:50 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-21 15:31:31 +0200 |
commit | d56439981b82a1b1335d7a62e8066906ca62f767 (patch) | |
tree | 1c0aa304b53d8d52e838d4f83448c559d61f2910 /include | |
parent | 42ec7e8831e956ed134af62ac129bc365887fd8c (diff) |
WB_FAST/WB_TOPLEFTVISIBLE are dead
since
commit 2235846149e89dd9fe83cd4fbaf32908983aa571
Date: Tue Nov 23 18:50:48 2010 +0100
vcl117: reduce duplication of enums
Change-Id: Ic34a09ae79c5226e4f07230ac8ec5f528210d988
Reviewed-on: https://gerrit.libreoffice.org/41384
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/wintypes.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx index 844f82d94e20..85fb52ace63a 100644 --- a/include/tools/wintypes.hxx +++ b/include/tools/wintypes.hxx @@ -209,9 +209,7 @@ WinBits const WB_IGNORETAB = 0x20000000; WinBits const WB_SIMPLEMODE = 0x20000000; // Window-Bits for FixedBitmap -WinBits const WB_FAST = 0x04000000; WinBits const WB_SCALE = 0x08000000; -WinBits const WB_TOPLEFTVISIBLE = 0x10000000; // Window-Bits for ToolBox WinBits const WB_LINESPACING = 0x01000000; |