summaryrefslogtreecommitdiff
path: root/include/vcl/vclevent.hxx
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2018-02-07 17:19:58 +0530
committerpranavk <pranavk@collabora.co.uk>2018-02-08 08:40:25 +0100
commit7f9f58f3a304733f7089719a5a65eef8c68c2b8d (patch)
tree3ee9c3b4548304306a7dbd9ed0ab33249d88cc64 /include/vcl/vclevent.hxx
parent274825b4180c81540cd0d1b22c5243f1b39fe4db (diff)
sw lok: IME support + unit test
Change-Id: I557493db23dfa3529606050c86161628dbd722e7 Reviewed-on: https://gerrit.libreoffice.org/49354 Reviewed-by: pranavk <pranavk@collabora.co.uk> Tested-by: pranavk <pranavk@collabora.co.uk>
Diffstat (limited to 'include/vcl/vclevent.hxx')
-rw-r--r--include/vcl/vclevent.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/vclevent.hxx b/include/vcl/vclevent.hxx
index e56ed670cc1e..8f15df2228c4 100644
--- a/include/vcl/vclevent.hxx
+++ b/include/vcl/vclevent.hxx
@@ -59,6 +59,8 @@ enum class VclEventId
EditCaretChanged,
EditModify,
EditSelectionChanged,
+ ExtTextInput,
+ EndExtTextInput,
ItemCollapsed,
ItemExpanded,
ListboxDoubleClick,