diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-10-28 14:52:13 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-10-28 17:11:34 +0200 |
commit | 7e415a1117dd10621b7db5cdf9165a9f1f707596 (patch) | |
tree | 61c0a4a15f743f662fcd09747d1a2878f6894b7d /winaccessibility | |
parent | 341e15b7ba159527460f93922091bb575a525d79 (diff) |
Fix typo
Change-Id: Id34e34b8f2bbd903f60d293783031a728a6da8ed
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158587
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'winaccessibility')
-rw-r--r-- | winaccessibility/inc/AccContainerEventListener.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winaccessibility/inc/AccContainerEventListener.hxx b/winaccessibility/inc/AccContainerEventListener.hxx index dd89cb96049c..e6d284e75ad2 100644 --- a/winaccessibility/inc/AccContainerEventListener.hxx +++ b/winaccessibility/inc/AccContainerEventListener.hxx @@ -33,7 +33,7 @@ enum class UnoMSAAEvent; * EMBEDDED_OBJECT, END_NOTE, FILLER, FOOTNOTE, FOOTER, GRAPHIC, HEADER, LAYERED_PANE, * MENU_BAR, POPUP_MENU, OPTION_PANE, PAGE_TAB, PAGE_TAB_LIST, PANEL, SCROLL_PANE, SPLIT_PANE, * STATUS_BAR, TABLE_CELL, TEXT_FRAME, TOOL_BAR, VIEW_PORT. - * It defines the procedure of specific event handling related with containsers and provides + * It defines the procedure of specific event handling related with containers and provides * the detailed support for some related methods. */ class AccContainerEventListener: public AccEventListener |