diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-08-13 17:06:41 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-08-13 21:47:25 +0200 |
commit | ff0d1b150ed6ca05f021daac52e5fcae8d9265ad (patch) | |
tree | 895571122b6e034aaab56eb94169296401d44cd3 /winaccessibility | |
parent | 83709f8af41c7ec7bcd727b8001d84a9e67c1e55 (diff) |
Fix typos
Change-Id: Ie3baa2f843a98c1edc523050db53beaa2c803394
Reviewed-on: https://gerrit.libreoffice.org/58801
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'winaccessibility')
-rw-r--r-- | winaccessibility/inc/unomsaaevent.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winaccessibility/inc/unomsaaevent.hxx b/winaccessibility/inc/unomsaaevent.hxx index 8fff53a63045..0661bed66838 100644 --- a/winaccessibility/inc/unomsaaevent.hxx +++ b/winaccessibility/inc/unomsaaevent.hxx @@ -101,7 +101,7 @@ const short UM_EVENT_OBJECT_PAGECHANGED = 38; //to add TEXT_SELECTION_CHANGED event const short UM_EVENT_TEXT_SELECTION_CHANGED = 39; -//for section change and column chang event +//for section change and column change event const short UM_EVENT_SECTION_CHANGED = 40; const short UM_EVENT_COLUMN_CHANGED = 41; |