diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-21 11:04:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-21 21:29:25 +0200 |
commit | d5329c153149d29b25f1ec9d19ada8b62e350b6d (patch) | |
tree | 093ff947bec6a93907d399ea7fbbaf89509d1347 /include | |
parent | 8638951d73bdaed7f8a9052c94a9463a6779e909 (diff) |
WB_FORCETABCYCLE is dead
since
commit 7ced337e1f0e1fae81ff7f196e59e558b729bdde
Date: Tue Jun 18 16:59:27 2013 +0200
startcenter: GSOC Use Widget Layout for the Start Center
Change-Id: I406059568f15500a21a1b41d3a4b8e12b2adb5cf
Reviewed-on: https://gerrit.libreoffice.org/41385
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx index c8b4083c88bb..1fb95291e028 100644 --- a/include/tools/wintypes.hxx +++ b/include/tools/wintypes.hxx @@ -213,7 +213,6 @@ WinBits const WB_SCALE = 0x08000000; // Window-Bits for ToolBox WinBits const WB_LINESPACING = 0x01000000; WinBits const WB_SCROLL = 0x02000000; -WinBits const WB_FORCETABCYCLE = 0x04000000; // Window-Bits for DockingWindows WinBits const WB_DOCKBORDER = 0x00001000; |