summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/uno
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 /udkapi/com/sun/star/uno
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 'udkapi/com/sun/star/uno')
-rw-r--r--udkapi/com/sun/star/uno/XAggregation.idl2
-rw-r--r--udkapi/com/sun/star/uno/XInterface.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/uno/XAggregation.idl b/udkapi/com/sun/star/uno/XAggregation.idl
index b7a81b98ec29..2bd5b6f256b1 100644
--- a/udkapi/com/sun/star/uno/XAggregation.idl
+++ b/udkapi/com/sun/star/uno/XAggregation.idl
@@ -62,7 +62,7 @@ module com { module sun { module star { module uno {
@deprecated
Aggregation will no longer be supported as a high-level concept of UNO.
- You may still have the option to implement an UNO object consisting of
+ You may still have the option to implement a UNO object consisting of
several single objects in your specific programming language, though this
depends on your programming language.
*/
diff --git a/udkapi/com/sun/star/uno/XInterface.idl b/udkapi/com/sun/star/uno/XInterface.idl
index ce006a593519..57f06dbd42fa 100644
--- a/udkapi/com/sun/star/uno/XInterface.idl
+++ b/udkapi/com/sun/star/uno/XInterface.idl
@@ -91,7 +91,7 @@ published interface XInterface
to the object.
<p>
- It is only allowed to invoke a method on an UNO object, when you keep
+ It is only allowed to invoke a method on a UNO object, when you keep
a hard reference to it.
<p> Every call to acquire must be followed by a corresponding call to release