summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-08-21 22:18:52 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-08-21 22:34:05 +0200
commit7462288deca02b8a9054ff657bad970246c352fa (patch)
tree2a6368cc1cb48f1dda32c9ec2a51381f78a09dab /include/tools
parentad6756527cd1272523536ec41f3a6cb74b7b673f (diff)
WB_STDTABDIALOG no more used
Since commit 6df2c90c08b6 Change-Id: I2862e7c415b9f0d0d1ca2ea1a07e416222d81fd9 Reviewed-on: https://gerrit.libreoffice.org/41405 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/tools')
-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 a6b3826698fa..5e2e6b5cf8c7 100644
--- a/include/tools/wintypes.hxx
+++ b/include/tools/wintypes.hxx
@@ -241,7 +241,6 @@ WinBits const WB_STDFLOATWIN = WB_SIZEMOVE | WB_CLOSEABLE | WB_ROLLABLE
WinBits const WB_STDDIALOG = WB_MOVEABLE | WB_CLOSEABLE;
WinBits const WB_STDMODELESS = WB_STDDIALOG;
WinBits const WB_STDMODAL = WB_STDDIALOG;
-WinBits const WB_STDTABDIALOG = WB_STDDIALOG;
WinBits const WB_STDTABCONTROL = 0;
WinBits const WB_STDPOPUP = WB_BORDER | WB_POPUP | WB_SYSTEMWINDOW | WB_3DLOOK | WB_DIALOGCONTROL;