winaccessibility/inc/AccContainerEventListener.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7e415a1117dd10621b7db5cdf9165a9f1f707596 Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Oct 28 14:52:13 2023 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sat Oct 28 17:11:34 2023 +0200 Fix typo Change-Id: Id34e34b8f2bbd903f60d293783031a728a6da8ed Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158587 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> 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
