summaryrefslogtreecommitdiff
path: root/include/vcl/event.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/event.hxx')
-rw-r--r--include/vcl/event.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/event.hxx b/include/vcl/event.hxx
index 9737bac576ec..d2a19435959e 100644
--- a/include/vcl/event.hxx
+++ b/include/vcl/event.hxx
@@ -41,7 +41,8 @@ namespace com { namespace sun { namespace star { namespace awt {
enum class TextDirectionality {
LeftToRight_TopToBottom,
RightToLeft_TopToBottom,
- TopToBottom_RightToLeft
+ TopToBottom_RightToLeft,
+ BottomToTop_LeftToRight
};
class VCL_DLLPUBLIC KeyEvent