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 | |
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>
-rw-r--r-- | accessibility/inc/standard/vclxaccessiblelist.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/inc/impex.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/AccessibleDocumentViewBase.hxx | 4 | ||||
-rw-r--r-- | svx/source/accessibility/ChildrenManagerImpl.hxx | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/accessibility/inc/standard/vclxaccessiblelist.hxx b/accessibility/inc/standard/vclxaccessiblelist.hxx index 49f48d9b8b56..619fe23aada8 100644 --- a/accessibility/inc/standard/vclxaccessiblelist.hxx +++ b/accessibility/inc/standard/vclxaccessiblelist.hxx @@ -67,7 +67,7 @@ public: /** Called on reception of selection events this method checks all known list items for a possible change in their selection state and - updates that accordingly. No accessibility events are send because + updates that accordingly. No accessibility events are sent because the XAccessibleSelection interface is not supported and the items are transient. @param sTextOfSelectedItem diff --git a/sc/source/ui/inc/impex.hxx b/sc/source/ui/inc/impex.hxx index 090b17911578..3918ba86afb6 100644 --- a/sc/source/ui/inc/impex.hxx +++ b/sc/source/ui/inc/impex.hxx @@ -121,7 +121,7 @@ public: static sal_Int32 CountVisualWidth(const OUString& rStr, sal_Int32& nIdx, sal_Int32 nMaxWidth); /** ScImportExport::CountVisualWidth - @return the sum of the viusal width of the whole string. + @return the sum of the visual width of the whole string. **/ static sal_Int32 CountVisualWidth(const OUString& rStr); 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. diff --git a/svx/source/accessibility/ChildrenManagerImpl.hxx b/svx/source/accessibility/ChildrenManagerImpl.hxx index ecff9d0b6bf8..4cad0efcbf8c 100644 --- a/svx/source/accessibility/ChildrenManagerImpl.hxx +++ b/svx/source/accessibility/ChildrenManagerImpl.hxx @@ -58,7 +58,7 @@ typedef ::std::vector<ChildDescriptor> ChildDescriptorListType; <p>Each call of the <member>Update</member> method leads to a re-calculation of the visible shapes which then can be queried with the <member>GetChildCount</member> and <member>GetChild</member> methods. - Events are send informing all listeners about the removed shapes which are + Events are sent informing all listeners about the removed shapes which are not visible anymore and about the added shapes.</p> <p> The visible area which is used to determine the visibility of the |