summaryrefslogtreecommitdiff
path: root/include/toolkit/controls
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-05-10 09:34:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-05-10 14:50:59 +0200
commitfbc038cc4f4a12f8302ce5b3bd7d739bd66a674e (patch)
treed6cc189748e5980420cc0611b44b28ec4183ea25 /include/toolkit/controls
parent8ccffe4e7fb6abf6fa3ba9187007e9d8af116baf (diff)
an uno -> a uno
Change-Id: I538db88f8477dd2d2ad25c372928fec6c11d979d Reviewed-on: https://gerrit.libreoffice.org/72105 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/toolkit/controls')
-rw-r--r--include/toolkit/controls/accessiblecontrolcontext.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/toolkit/controls/accessiblecontrolcontext.hxx b/include/toolkit/controls/accessiblecontrolcontext.hxx
index 9123c61e484d..14f0c57947d8 100644
--- a/include/toolkit/controls/accessiblecontrolcontext.hxx
+++ b/include/toolkit/controls/accessiblecontrolcontext.hxx
@@ -42,9 +42,9 @@ namespace toolkit
typedef ::cppu::ImplHelper1 < css::lang::XEventListener
> OAccessibleControlContext_IBase;
- /** class implementing the AccessibleContext for an UNO control - to be used in design mode of the control.
+ /** class implementing the AccessibleContext for a UNO control - to be used in design mode of the control.
<p><b>life time control<b/><br/>
- This control should be held weak by the creator (an UNO control), it itself holds a hard reference to the
+ This control should be held weak by the creator (a UNO control), it itself holds a hard reference to the
control model, and a weak reference to the control. The reference to the model is freed when the model
is being disposed.</p>
*/
@@ -54,7 +54,7 @@ namespace toolkit
,public OAccessibleControlContext_IBase
{
public:
- /** creates an accessible context for an uno control
+ /** creates an accessible context for a uno control
@param _rxCreator
the uno control's XAccessible interface. This must be an XControl, from which an XControlModel
can be retrieved.