summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-14 22:41:56 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-29 19:41:21 +0200
commit2cd4735ab43f52c55815a9a534cb6336541b1262 (patch)
treee566dcb249ea2b2dd7abb0926a73e4b7c37cf715 /include
parentf6fa05292be928f8ca24256c7640e8a833d61e64 (diff)
Fix typo
Change-Id: I1909249bb02d44a0666f8f4fe287d0487fcf8384 Reviewed-on: https://gerrit.libreoffice.org/74907 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/accessiblewrapper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/accessiblewrapper.hxx b/include/comphelper/accessiblewrapper.hxx
index 89e2c332917c..07d46824591a 100644
--- a/include/comphelper/accessiblewrapper.hxx
+++ b/include/comphelper/accessiblewrapper.hxx
@@ -135,7 +135,7 @@ namespace comphelper
<p>AccessibleEvents fired by the inner context are multiplexed, especially, any references to
children in such events are translated. This means that even in such events, no un-wrapped object
- will ever leave this class - if the aggregated context notifies an child event, the child passed
+ will ever leave this class - if the aggregated context notifies a child event, the child passed
to the event is wrapped</p>
@seealso OAccessibleContextWrapper