diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 19:09:11 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 19:09:11 +0100 |
commit | 2dca0ccf0760a64eab986c178873926a6a125cc5 (patch) | |
tree | b6c347ade8f5aaaf7961accefb9e2eb289b09806 /svx | |
parent | a97a16d330b238f2d05a6f073d417830468e54e2 (diff) |
Fix typo recieved/received
Change-Id: I0c838f5c06ff26149113a9bbab970d314758c648
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/svx/ChildrenManager.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/svx/ChildrenManager.hxx b/svx/inc/svx/ChildrenManager.hxx index 9620d5305da6..6f05fe95426a 100644 --- a/svx/inc/svx/ChildrenManager.hxx +++ b/svx/inc/svx/ChildrenManager.hxx @@ -53,7 +53,7 @@ class ChildrenManagerImpl; forwarder in the shape tree info.</p> <p>A children manager registers itself at the broadcaster passed to its - constructor and transforms/forwards the recieved events to the listeners + constructor and transforms/forwards the received events to the listeners of the also given context base. The transformation process includes interpreting a <type>document::XEventListener</type>, the change from XShape references to the associated XAccessible reference, and the |