summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-10-03 11:48:28 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-10-03 13:22:17 +0200
commit9572e3254bf62fb658a09577e64dc591b3a06954 (patch)
treef2483c6b1e48e78d5e794445d2f55ab0672b0d86 /include/tools
parent692d35b89a9f6de4099d180e79aa39ded1214922 (diff)
WB_DOCKBORDER is dead
the only place that passes it to a window class, does so to a window class that does not implement that style. Change-Id: I74d705ed928b797c3456cf23a8074c62d0c12247 Reviewed-on: https://gerrit.libreoffice.org/43072 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/wintypes.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx
index 39e23202b00f..3c53438c4384 100644
--- a/include/tools/wintypes.hxx
+++ b/include/tools/wintypes.hxx
@@ -213,9 +213,6 @@ WinBits const WB_SCALE = 0x08000000;
WinBits const WB_LINESPACING = 0x01000000;
WinBits const WB_SCROLL = 0x02000000;
-// Window-Bits for DockingWindows
-WinBits const WB_DOCKBORDER = 0x00001000;
-
// Window-Bits for SplitWindow
WinBits const WB_NOSPLITDRAW = 0x01000000;