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>
This commit is contained in:
parent
254c6977af
commit
251cfcdc8d
4 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue