diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:32:37 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:32:37 +0200 |
commit | c32b6be06bf5453d82d9aad64aed5f384c9d1d1f (patch) | |
tree | 3807c57d8a33588f33a3d5cbed51ccff9bb40791 /svx | |
parent | 435f5e30c968ffd5761873f8b3f756949545ce72 (diff) |
fdo#60724 correct spelling
Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/accessibility/ChildrenManagerImpl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/accessibility/ChildrenManagerImpl.hxx b/svx/source/accessibility/ChildrenManagerImpl.hxx index 0f368d8417c0..60cf506e107a 100644 --- a/svx/source/accessibility/ChildrenManagerImpl.hxx +++ b/svx/source/accessibility/ChildrenManagerImpl.hxx @@ -249,10 +249,10 @@ public: (or more) aspect of the view forwarder. @param aChangeType A change type of <const>VISIBLE_AREA</const> leads to a call to - the <member>Update</memeber> which creates accessible objects of + the <member>Update</member> which creates accessible objects of new shapes immediately. Other change types are passed to the visible accessible children without calling - <member>Update</memeber>. + <member>Update</member>. @param pViewForwarder The modified view forwarder. Use this one from now on. */ |