winaccessibility/inc/AccComponentEventListener.hxx | 2 +- winaccessibility/inc/AccContainerEventListener.hxx | 2 +- winaccessibility/inc/AccDescendantManagerEventListener.hxx | 2 +- winaccessibility/inc/AccDialogEventListener.hxx | 2 +- winaccessibility/inc/AccFrameEventListener.hxx | 2 +- winaccessibility/inc/AccListEventListener.hxx | 2 +- winaccessibility/inc/AccMenuEventListener.hxx | 2 +- winaccessibility/inc/AccObjectContainerEventListener.hxx | 2 +- winaccessibility/inc/AccTableEventListener.hxx | 2 +- winaccessibility/inc/AccTextComponentEventListener.hxx | 2 +- winaccessibility/inc/AccTreeEventListener.hxx | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-)
New commits: commit 17d25165214d1b1fc81683d4414107b7cbf29237 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Dec 19 10:36:04 2019 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Dec 19 10:37:58 2019 +0100 Fix typo Change-Id: I20d29dd50644889b5e802229ca7cdbd7fa22bf56 Reviewed-on: https://gerrit.libreoffice.org/85497 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/winaccessibility/inc/AccComponentEventListener.hxx b/winaccessibility/inc/AccComponentEventListener.hxx index e5321fdba9fd..a7fd6fffdf62 100644 --- a/winaccessibility/inc/AccComponentEventListener.hxx +++ b/winaccessibility/inc/AccComponentEventListener.hxx @@ -27,7 +27,7 @@ /** - * AccComponentEventListener is inherited from AccEventListener. It handles the evnets + * AccComponentEventListener is inherited from AccEventListener. It handles the events * generated by component controls. The accessible roles are: CHECK_BOX, ICON, LABEL, * MENU_ITEM, PUSH_BUTTON, RADIO_BUTTON, SCROLL_BAR, SEPARATOR, TOGGLE_BUTTON, TOOL_TIP, SPIN_BOX. * It defines the procedure of specific event handling related with components and provides diff --git a/winaccessibility/inc/AccContainerEventListener.hxx b/winaccessibility/inc/AccContainerEventListener.hxx index 64ca9029072e..2bd797a60e37 100644 --- a/winaccessibility/inc/AccContainerEventListener.hxx +++ b/winaccessibility/inc/AccContainerEventListener.hxx @@ -27,7 +27,7 @@ /** - * AccContainerEventListener is inherited from AccEventListener. It handles the evnets + * AccContainerEventListener is inherited from AccEventListener. It handles the events * generated by container controls. The accessible roles are: CANVAS, COMBO_BOX, DOCUMENT, * 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, diff --git a/winaccessibility/inc/AccDescendantManagerEventListener.hxx b/winaccessibility/inc/AccDescendantManagerEventListener.hxx index 2408157324d3..ad4ee3542776 100644 --- a/winaccessibility/inc/AccDescendantManagerEventListener.hxx +++ b/winaccessibility/inc/AccDescendantManagerEventListener.hxx @@ -27,7 +27,7 @@ /** * AccDescendantManagerEventListener is inherited from AccComponentEventListener. It handles - * the evnets generated by active descendant controls. They are: TREE, LIST, and TABLE. + * the events generated by active descendant controls. They are: TREE, LIST, and TABLE. * It defines the procedure of specific event handling related with active descendant components * and provides the detailed support for some related methods. */ diff --git a/winaccessibility/inc/AccDialogEventListener.hxx b/winaccessibility/inc/AccDialogEventListener.hxx index b8c340c553df..af8a6f0ecfc4 100644 --- a/winaccessibility/inc/AccDialogEventListener.hxx +++ b/winaccessibility/inc/AccDialogEventListener.hxx @@ -26,7 +26,7 @@ #include <com/sun/star/accessibility/XAccessible.hpp> /** - * AccDialogEventListener is inherited from AccEventListener. It handles the evnets + * AccDialogEventListener is inherited from AccEventListener. It handles the events * generated by Dialogs. The accessible role is: DIALOG. * It defines the procedure of specific event handling related with dialogs and provides * the detailed support for some related methods. diff --git a/winaccessibility/inc/AccFrameEventListener.hxx b/winaccessibility/inc/AccFrameEventListener.hxx index 5b49860608d1..6c8e54fb3488 100644 --- a/winaccessibility/inc/AccFrameEventListener.hxx +++ b/winaccessibility/inc/AccFrameEventListener.hxx @@ -27,7 +27,7 @@ /** - * AccFrameEventListener is inherited from AccEventListener. It handles the evnets + * AccFrameEventListener is inherited from AccEventListener. It handles the events * generated by Dialogs. The accessible roles are: FRAME and ROOT_PANE. * It defines the procedure of specific event handling related with frames and provides * the detailed support for some related methods. diff --git a/winaccessibility/inc/AccListEventListener.hxx b/winaccessibility/inc/AccListEventListener.hxx index 769d377afd82..ffa7871def53 100644 --- a/winaccessibility/inc/AccListEventListener.hxx +++ b/winaccessibility/inc/AccListEventListener.hxx @@ -28,7 +28,7 @@ /** * AccListEventListener is inherited from AccDescendantManagerEventListener. It handles - * the evnets generated by tree controls. The accessible role is: LIST. + * the events generated by tree controls. The accessible role is: LIST. * It defines the procedure of specific event handling related with list components * and provides the detailed support for some related methods. */ diff --git a/winaccessibility/inc/AccMenuEventListener.hxx b/winaccessibility/inc/AccMenuEventListener.hxx index 5446cf570a67..834b5ca3f993 100644 --- a/winaccessibility/inc/AccMenuEventListener.hxx +++ b/winaccessibility/inc/AccMenuEventListener.hxx @@ -27,7 +27,7 @@ /** - * AccMenuEventListener is inherited from AccComponentEventListener. It handles the evnets + * AccMenuEventListener is inherited from AccComponentEventListener. It handles the events * generated by container controls. The accessible role is: MENU * It defines the procedure of specific event handling related with menus and provides * the detailed support for some related methods. diff --git a/winaccessibility/inc/AccObjectContainerEventListener.hxx b/winaccessibility/inc/AccObjectContainerEventListener.hxx index 54bad1f4b049..ec606f56c768 100644 --- a/winaccessibility/inc/AccObjectContainerEventListener.hxx +++ b/winaccessibility/inc/AccObjectContainerEventListener.hxx @@ -27,7 +27,7 @@ /** - * AccObjectContainerEventListener is inherited from AccContainerEventListener. It handles the evnets + * AccObjectContainerEventListener is inherited from AccContainerEventListener. It handles the events * generated by container controls. The accessible role is: SHAPE * It defines the procedure of specific event handling related with shapes and provides * the detailed support for some related methods. diff --git a/winaccessibility/inc/AccTableEventListener.hxx b/winaccessibility/inc/AccTableEventListener.hxx index a2aaa74eddb8..d9bf2926b0f8 100644 --- a/winaccessibility/inc/AccTableEventListener.hxx +++ b/winaccessibility/inc/AccTableEventListener.hxx @@ -28,7 +28,7 @@ /** * AccTableEventListener is inherited from AccDescendantManagerEventListener. It handles - * the evnets generated by tree controls. The accessible role is: TABLE. + * the events generated by tree controls. The accessible role is: TABLE. * It defines the procedure of specific event handling related with table components * and provides the detailed support for some related methods. */ diff --git a/winaccessibility/inc/AccTextComponentEventListener.hxx b/winaccessibility/inc/AccTextComponentEventListener.hxx index 4032415e5b2a..380714a26baf 100644 --- a/winaccessibility/inc/AccTextComponentEventListener.hxx +++ b/winaccessibility/inc/AccTextComponentEventListener.hxx @@ -27,7 +27,7 @@ /** - * AccTextComponentEventListener is inherited from AccComponentEventListener. It handles the evnets + * AccTextComponentEventListener is inherited from AccComponentEventListener. It handles the events * generated by container controls. The accessible role is: TEXT * It defines the procedure of specific event handling related with text components and provides * the detailed support for some related methods. diff --git a/winaccessibility/inc/AccTreeEventListener.hxx b/winaccessibility/inc/AccTreeEventListener.hxx index 23c6cba2c537..285b8737d865 100644 --- a/winaccessibility/inc/AccTreeEventListener.hxx +++ b/winaccessibility/inc/AccTreeEventListener.hxx @@ -28,7 +28,7 @@ /** * AccTreeEventListener is inherited from AccDescendantManagerEventListener. It handles - * the evnets generated by tree controls. The accessible role is: TREE. + * the events generated by tree controls. The accessible role is: TREE. * It defines the procedure of specific event handling related with tree components * and provides the detailed support for some related methods. */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits