summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/vcl/event.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/vcl/event.hxx b/include/vcl/event.hxx
index 81232fae43fd..bfe2f39dffd3 100644
--- a/include/vcl/event.hxx
+++ b/include/vcl/event.hxx
@@ -38,10 +38,10 @@ namespace com { namespace sun { namespace star { namespace awt {
struct MouseEvent;
} } } }
-enum TextDirectionality {
- TextDirectionality_LeftToRight_TopToBottom,
- TextDirectionality_RightToLeft_TopToBottom,
- TextDirectionality_TopToBottom_RightToLeft
+enum class TextDirectionality {
+ LeftToRight_TopToBottom,
+ RightToLeft_TopToBottom,
+ TopToBottom_RightToLeft
};
class VCL_DLLPUBLIC KeyEvent