summaryrefslogtreecommitdiffstats
path: root/javaunohelper
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 /javaunohelper
parentResolves: tdf#125197 duplicate column checkbox position (diff)
downloadcore-fbc038cc4f4a12f8302ce5b3bd7d739bd66a674e.tar.gz
core-fbc038cc4f4a12f8302ce5b3bd7d739bd66a674e.zip
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 'javaunohelper')
-rw-r--r--javaunohelper/com/sun/star/lib/uno/adapter/OutputStreamToXOutputStreamAdapter.java2
-rw-r--r--javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java4
-rw-r--r--javaunohelper/com/sun/star/lib/uno/helper/UnoUrl.java4
3 files changed, 5 insertions, 5 deletions
diff --git a/javaunohelper/com/sun/star/lib/uno/adapter/OutputStreamToXOutputStreamAdapter.java b/javaunohelper/com/sun/star/lib/uno/adapter/OutputStreamToXOutputStreamAdapter.java
index 3f6f15325da8..2842e3df05ce 100644
--- a/javaunohelper/com/sun/star/lib/uno/adapter/OutputStreamToXOutputStreamAdapter.java
+++ b/javaunohelper/com/sun/star/lib/uno/adapter/OutputStreamToXOutputStreamAdapter.java
@@ -25,7 +25,7 @@ import com.sun.star.io.XOutputStream;
import java.io.OutputStream;
/** The <code>OutputStreamToXOutputStreamAdapter</code> wraps
- an UNO <code>XOutputStream</code> into a Java <code>OutputStream</code>
+ a UNO <code>XOutputStream</code> into a Java <code>OutputStream</code>
object in a Java. This allows users to access an <code>OutputStream</code>
as if it were an <code>XOutputStream</code>.
*/
diff --git a/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java b/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java
index 8838ccee5334..1b1c4b97dde4 100644
--- a/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java
+++ b/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java
@@ -595,10 +595,10 @@ XMultiPropertySet
* intended then use an Any variable rather than an Object.
*
* If a member is an Object or Any and the argument <em>setVal</em> is an Object, other than String or array,
- * then it is presumed to be an UNO object and queried for XInterface. If successful, the out-param <em>newVal</em>
+ * then it is presumed to be a UNO object and queried for XInterface. If successful, the out-param <em>newVal</em>
* returns the XInterface.
*
- * If a member is an UNO interface, then <em>setVal</em> is queried for this interface and the result is returned.
+ * If a member is a UNO interface, then <em>setVal</em> is queried for this interface and the result is returned.
* If <em>setVal</em> is null then <em>newVal</em> will be null too after return.
* <p>
* If a property value is stored using a primitive type the out-parameters
diff --git a/javaunohelper/com/sun/star/lib/uno/helper/UnoUrl.java b/javaunohelper/com/sun/star/lib/uno/helper/UnoUrl.java
index e3a3a430f6e2..8bb4d26432d9 100644
--- a/javaunohelper/com/sun/star/lib/uno/helper/UnoUrl.java
+++ b/javaunohelper/com/sun/star/lib/uno/helper/UnoUrl.java
@@ -24,10 +24,10 @@ import java.util.HashMap;
/**
* Object representation and parsing of Uno Urls,
* which allow to locate a named Uno object in a
- * different process. An Uno Url consists of the
+ * different process. A Uno Url consists of the
* specification of a connection, protocol and
* rootOid delimited with a ';'.
- * The syntax of an Uno Url is
+ * The syntax of a Uno Url is
*
* <code>
* [uno:]connection-type,parameters;protocol-name,parameters;objectname";