diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2024-07-03 09:09:22 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2024-07-04 06:31:32 +0200 |
commit | 11169e6b29cbe7d782a6236d2a866b07b7501417 (patch) | |
tree | f7208a1a0dbf28951f8b1a68fe9239327ed946ef /include | |
parent | 1bffb064a0fbffebd2e33e3b6fdfdbc17b310489 (diff) |
tdf#161853 icon choice ctrl: Drop WB_SMART_ARRANGE handling
That flag is unused since `OApplicationIconControl`
was ported away from using `SvtIconChoiceCtrl` in
commit fd2ea8e03510c6a99ec8be6228b7422f6c5b182b
Date: Wed Aug 19 14:59:33 2020 +0100
weld OApplicationSwapWindow
, so drop it.
Change-Id: I0c6f191017b13fffee57d1e5eba1c03c05736ee2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169904
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/toolkit/ivctrl.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/toolkit/ivctrl.hxx b/include/vcl/toolkit/ivctrl.hxx index 3f6d9a39f769..8e5e9abf1a3c 100644 --- a/include/vcl/toolkit/ivctrl.hxx +++ b/include/vcl/toolkit/ivctrl.hxx @@ -151,7 +151,6 @@ public: #define WB_NOHSCROLL WB_SPIN #define WB_NOVSCROLL WB_DRAG #define WB_NODRAGSELECTION WB_PATHELLIPSIS -#define WB_SMART_ARRANGE 0x01000000 // used to be WB_PASSWORD #define WB_ALIGN_TOP WB_TOP #define WB_ALIGN_LEFT WB_LEFT #define WB_NOCOLUMNHEADER WB_CENTER |