diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-10 09:34:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-10 14:50:59 +0200 |
commit | fbc038cc4f4a12f8302ce5b3bd7d739bd66a674e (patch) | |
tree | d6cc189748e5980420cc0611b44b28ec4183ea25 /jurt | |
parent | 8ccffe4e7fb6abf6fa3ba9187007e9d8af116baf (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 'jurt')
-rw-r--r-- | jurt/com/sun/star/uno/AnyConverter.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jurt/com/sun/star/uno/AnyConverter.java b/jurt/com/sun/star/uno/AnyConverter.java index 69d85c139931..857c842fcc5b 100644 --- a/jurt/com/sun/star/uno/AnyConverter.java +++ b/jurt/com/sun/star/uno/AnyConverter.java @@ -430,7 +430,7 @@ public class AnyConverter /** * Converts a UNO object (struct, exception, sequence, enum or interface) or - * an Any containing these types into an UNO object of a specified destination + * an Any containing these types into a UNO object of a specified destination * type. * * <p> For interfaces, the argument <em>object</em> is queried for the interface @@ -453,7 +453,7 @@ public class AnyConverter } /** * Converts a UNO object (struct, exception, sequence, enum or interface) or - * an Any containing these types into an UNO object of a specified destination + * an Any containing these types into a UNO object of a specified destination * type. * * <p>For interfaces, the argument <em>object</em> is queried for the interface |