diff options
Diffstat (limited to 'javaunohelper')
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"; |