summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2024-07-03 10:15:27 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2024-07-04 06:32:02 +0200
commit0583a07e5fad562b7d404aa5d17579114c285219 (patch)
tree0107d8c9f4b2afa0b2a407e2b0c543d66fa9a0bd /include
parentfed3e5d4ea03d12d17dd380359689e4f00c7f90e (diff)
tdf#161853 Drop SvxIconViewFlags::POS_MOVED
The flag is never set, so there's no need to check or clear it either. Change-Id: I63ab1272140a0d5386538e6b749ba0f652f49c38 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169910 Reviewed-by: Michael Weghorn <m.weghorn@posteo.de> Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r--include/vcl/toolkit/ivctrl.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/toolkit/ivctrl.hxx b/include/vcl/toolkit/ivctrl.hxx
index 1442904fa2f8..059494b5e05e 100644
--- a/include/vcl/toolkit/ivctrl.hxx
+++ b/include/vcl/toolkit/ivctrl.hxx
@@ -39,7 +39,6 @@ enum class SvxIconViewFlags
NONE = 0x0000,
SELECTED = 0x0001,
FOCUSED = 0x0002,
- POS_MOVED = 0x0004, // Moved by Drag and Drop, but not logged
};
namespace o3tl
{