summaryrefslogtreecommitdiff
path: root/winaccessibility
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-19 10:36:04 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-19 10:37:58 +0100
commit17d25165214d1b1fc81683d4414107b7cbf29237 (patch)
treede2e9e89d1c690f250c4924a11c959f2dd190fca /winaccessibility
parent5b97250bfc158fcd2726a670af710eb6a9235490 (diff)
Fix typo
Change-Id: I20d29dd50644889b5e802229ca7cdbd7fa22bf56 Reviewed-on: https://gerrit.libreoffice.org/85497 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'winaccessibility')
-rw-r--r--winaccessibility/inc/AccComponentEventListener.hxx2
-rw-r--r--winaccessibility/inc/AccContainerEventListener.hxx2
-rw-r--r--winaccessibility/inc/AccDescendantManagerEventListener.hxx2
-rw-r--r--winaccessibility/inc/AccDialogEventListener.hxx2
-rw-r--r--winaccessibility/inc/AccFrameEventListener.hxx2
-rw-r--r--winaccessibility/inc/AccListEventListener.hxx2
-rw-r--r--winaccessibility/inc/AccMenuEventListener.hxx2
-rw-r--r--winaccessibility/inc/AccObjectContainerEventListener.hxx2
-rw-r--r--winaccessibility/inc/AccTableEventListener.hxx2
-rw-r--r--winaccessibility/inc/AccTextComponentEventListener.hxx2
-rw-r--r--winaccessibility/inc/AccTreeEventListener.hxx2
11 files changed, 11 insertions, 11 deletions
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.
*/