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(-)

New commits:
commit 251cfcdc8db951cfddeb960bb55da61117693d67
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Jan 9 14:33:54 2021 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Jan 9 18:26:20 2021 +0100

    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 <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to