summaryrefslogtreecommitdiff
path: root/include/tools/wintypes.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-21 09:31:14 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-22 08:31:55 +0200
commita2736303fea5ad2305ca8d38b90f5a21a8ab6a67 (patch)
tree9661b4756f8d1c5c9c4046312c44973024ee6796 /include/tools/wintypes.hxx
parent2d1fe7fb67ec1ff1b96912c0945d17d54aecb12e (diff)
convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fields
Change-Id: Ic297d97911a6c0356d24ffe4b58442dfe866139f Reviewed-on: https://gerrit.libreoffice.org/41407 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/tools/wintypes.hxx')
-rw-r--r--include/tools/wintypes.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx
index 5e2e6b5cf8c7..f4b2c9256874 100644
--- a/include/tools/wintypes.hxx
+++ b/include/tools/wintypes.hxx
@@ -251,9 +251,7 @@ WinBits const WB_HASLINESATROOT = SAL_CONST_INT64(0x000400000000);
WinBits const WB_HASBUTTONSATROOT = SAL_CONST_INT64(0x000800000000);
WinBits const WB_NOINITIALSELECTION = SAL_CONST_INT64(0x001000000000);
WinBits const WB_HIDESELECTION = SAL_CONST_INT64(0x002000000000);
-WinBits const WB_FORCE_MAKEVISIBLE = SAL_CONST_INT64(0x004000000000);
// DO NOT USE: 0x008000000000, that's WB_SYSTEMCHILDWINDOW
-WinBits const WB_QUICK_SEARCH = SAL_CONST_INT64(0x010000000000);
enum class WindowAlign { Left, Top, Right, Bottom };