diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-07-05 14:22:20 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-07-05 18:55:23 +0200 |
commit | ea0e9c0d4de19ac3f8fdfe91bdb085ad9e2b1757 (patch) | |
tree | 42c5066d88eb988dc4eb10f921d1f5b4efa145af /include | |
parent | d9dc0e4abbd6c06ee886302b2052e1f6814dfa76 (diff) |
these enums are unnecessary
Change-Id: I29bf28202e11db836764276f773b134356d93e0f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154057
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/apearcfg.hxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/svtools/apearcfg.hxx b/include/svtools/apearcfg.hxx index 85a521862ba7..fe2bc61df7de 100644 --- a/include/svtools/apearcfg.hxx +++ b/include/svtools/apearcfg.hxx @@ -21,20 +21,6 @@ #include <svtools/svtdllapi.h> class Application; -enum class MouseMiddleButtonAction; - -enum class SnapType { - ToButton = 0, - ToMiddle, - NONE -}; - -enum class DragMode { - FullWindow, - Frame, - SystemDep -}; - namespace SvtTabAppearanceCfg { |