summaryrefslogtreecommitdiff
path: root/include/vcl/event.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-26 10:06:56 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-26 09:24:53 +0000
commitcc12a1b7277f8b6651655462c38b1ed418722fcb (patch)
treee1b27dae22a8f054a6dc94c1b1e01142ae6a2add /include/vcl/event.hxx
parent9aa3086558605dbca5a738aef48178215722807c (diff)
Convert TextDirectionality to scoped enum
Change-Id: I1046e791a73ec07be5a946c63a2256939a323e91 Reviewed-on: https://gerrit.libreoffice.org/25497 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/vcl/event.hxx')
-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