From 251cfcdc8db951cfddeb960bb55da61117693d67 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 9 Jan 2021 14:33:54 +0100 Subject: [PATCH] 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 Reviewed-by: Julien Nabet --- accessibility/inc/standard/vclxaccessiblelist.hxx | 2 +- sc/source/ui/inc/impex.hxx | 2 +- sd/source/ui/inc/AccessibleDocumentViewBase.hxx | 4 ++-- 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 getAccessibleName 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 ChildDescriptorListType;

Each call of the Update method leads to a re-calculation of the visible shapes which then can be queried with the GetChildCount and GetChild 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.

The visible area which is used to determine the visibility of the