summaryrefslogtreecommitdiffstats
path: root/include/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-12-04 15:25:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-12-05 07:59:57 +0100
commit0e17223e9f86dd066d8ce3b835637e05859b7837 (patch)
tree18db77184492c4c07c00d9b128467a90309c7d34 /include/svtools
parentremove unused GalleryHintType enum value (diff)
downloadcore-0e17223e9f86dd066d8ce3b835637e05859b7837.tar.gz
core-0e17223e9f86dd066d8ce3b835637e05859b7837.zip
remove unused SvxIconViewFlags enum value
Change-Id: I38fe54a5918303ddbda63c374c82071b93ab5605 Reviewed-on: https://gerrit.libreoffice.org/64569 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/ivctrl.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svtools/ivctrl.hxx b/include/svtools/ivctrl.hxx
index eb834bdd6687..f4625fe27a8a 100644
--- a/include/svtools/ivctrl.hxx
+++ b/include/svtools/ivctrl.hxx
@@ -41,11 +41,10 @@ enum class SvxIconViewFlags
SELECTED = 0x0002,
FOCUSED = 0x0004,
POS_MOVED = 0x0008, // Moved by Drag and Drop, but not logged
- PRED_SET = 0x0010, // Predecessor moved
};
namespace o3tl
{
- template<> struct typed_flags<SvxIconViewFlags> : is_typed_flags<SvxIconViewFlags, 0x001f> {};
+ template<> struct typed_flags<SvxIconViewFlags> : is_typed_flags<SvxIconViewFlags, 0x000f> {};
}
enum class SvxIconChoiceCtrlTextMode