summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-09-01 09:44:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-09-01 21:56:54 +0200
commitedf46578b8cba12cc72f3463fee2ceb45a041c67 (patch)
tree64be53d4f9af9730fd54760ce5f90183a2b18b9e /include
parent8b712e8fb5c7fe03ffb61a5ecf40a8516a8b5aa8 (diff)
reduce KeyFuncType down to just the used categories
Change-Id: I97608bcabb30eba94278562254f7f9954af080f8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101837 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/keycod.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/vcl/keycod.hxx b/include/vcl/keycod.hxx
index 63bbf372f382..6219897b55cb 100644
--- a/include/vcl/keycod.hxx
+++ b/include/vcl/keycod.hxx
@@ -26,11 +26,9 @@
namespace vcl { class Window; }
-enum class KeyFuncType : sal_Int32 { DONTKNOW, NEW, OPEN, SAVE,
- SAVEAS, PRINT, CLOSE, QUIT,
+enum class KeyFuncType : sal_Int32 { DONTKNOW,
CUT, COPY, PASTE, UNDO,
- REDO, DELETE, REPEAT, FIND,
- FINDBACKWARD, PROPERTIES, FRONT };
+ REDO, DELETE, REPEAT };
namespace vcl
{