summaryrefslogtreecommitdiff
path: root/include/vcl/keycod.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-09-12 10:32:31 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-09-12 11:59:55 +0200
commit8c1140e6230d14604f17030e22986e338510174c (patch)
tree81f436c896c4f529489360cb05be9d4d96e144f5 /include/vcl/keycod.hxx
parent6e820db2290783031f4d0877eaa39c2951bb909e (diff)
move the key related types to keycod.hxx
so we have all the related definitions in the same header file Change-Id: I8032c2ae36bc9dd860069b3dafd69207d5636501 Reviewed-on: https://gerrit.libreoffice.org/42187 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/keycod.hxx')
-rw-r--r--include/vcl/keycod.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/vcl/keycod.hxx b/include/vcl/keycod.hxx
index 06843738eee1..405fbd5cd936 100644
--- a/include/vcl/keycod.hxx
+++ b/include/vcl/keycod.hxx
@@ -23,10 +23,15 @@
#include <rtl/ustring.hxx>
#include <vcl/dllapi.h>
#include <vcl/keycodes.hxx>
-#include <vcl/vclenum.hxx>
namespace vcl { class Window; }
+enum class KeyFuncType : sal_Int32 { DONTKNOW, NEW, OPEN, SAVE,
+ SAVEAS, PRINT, CLOSE, QUIT,
+ CUT, COPY, PASTE, UNDO,
+ REDO, DELETE, REPEAT, FIND,
+ FINDBACKWARD, PROPERTIES, FRONT };
+
namespace vcl
{