diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-01-09 14:33:54 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-01-09 18:26:20 +0100 |
commit | 251cfcdc8db951cfddeb960bb55da61117693d67 (patch) | |
tree | e86660c6bffa103c909402232df72ec4107d579f /sd/source | |
parent | 254c6977af41b1ccfd57dbeea0601bf81290c02b (diff) |
Fix typos
Following:
https: //gerrit.libreoffice.org/c/core/+/108936
Change-Id: I57fcdd1485f32ed4bcbfc9a91028eb9cd6b01f16
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109034
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/inc/AccessibleDocumentViewBase.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/AccessibleDocumentViewBase.hxx b/sd/source/ui/inc/AccessibleDocumentViewBase.hxx index 2194dee2f290..3a48c0a70790 100644 --- a/sd/source/ui/inc/AccessibleDocumentViewBase.hxx +++ b/sd/source/ui/inc/AccessibleDocumentViewBase.hxx @@ -273,7 +273,7 @@ protected: virtual void SAL_CALL disposing() override; /** Create a name string. The current name is not modified and, - therefore, no events are send. This method is usually called once + therefore, no events are sent. This method is usually called once by the <member>getAccessibleName</member> method of the base class. @return A name string. @@ -304,7 +304,7 @@ protected: If this is a valid reference then a child event is send that informs the listeners of a new child. If there has already been an active accessible OLE object then this is removed first and - appropriate events are send. + appropriate events are sent. If this is an empty reference then the currently active accessible OLE object (if there is one) is removed. |