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 /svx/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 'svx/source')
-rw-r--r-- | svx/source/accessibility/ChildrenManagerImpl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |