summaryrefslogtreecommitdiff
path: root/include/tools/wintypes.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-06-18 09:29:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-06-18 16:20:50 +0200
commit2a99f3311829350a3287fda25661bc952d1646da (patch)
treefed5f2ef0bc19adcb11c933b8f2b091452469330 /include/tools/wintypes.hxx
parent9b19f99430e5ece638a6b2afee0ad77ccd0588f2 (diff)
weld SfxSecurityPage
and drop the sole use of WB_EARLYTOGGLE Change-Id: I01e7d085eb3f9daf5a62a048178ab90defb4c5b1 Reviewed-on: https://gerrit.libreoffice.org/55983 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/tools/wintypes.hxx')
-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 b9e7d007fc55..9f5229806e3f 100644
--- a/include/tools/wintypes.hxx
+++ b/include/tools/wintypes.hxx
@@ -191,9 +191,6 @@ WinBits const WB_PATHELLIPSIS = 0x00100000;
WinBits const WB_EXTRAOFFSET = 0x02000000;
WinBits const WB_NOMULTILINE = 0x10000000;
-// Window-Bits for CheckBox
-WinBits const WB_EARLYTOGGLE = SAL_CONST_INT64(0x4000000000);
-
// Window-Bits for Edit
WinBits const WB_READONLY = 0x02000000;
WinBits const WB_NOHIDESELECTION = SAL_CONST_INT64(0x1000000000);