summaryrefslogtreecommitdiff
path: root/javaunohelper/com
diff options
context:
space:
mode:
Diffstat (limited to 'javaunohelper/com')
-rw-r--r--javaunohelper/com/sun/star/lib/uno/adapter/OutputStreamToXOutputStreamAdapter.java2
-rw-r--r--javaunohelper/com/sun/star/lib/uno/helper/MultiTypeInterfaceContainer.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/javaunohelper/com/sun/star/lib/uno/adapter/OutputStreamToXOutputStreamAdapter.java b/javaunohelper/com/sun/star/lib/uno/adapter/OutputStreamToXOutputStreamAdapter.java
index 087a4a53dd89..3f6f15325da8 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
- a a UNO <code>XOutputStream</code> into a Java <code>OutputStream</code>
+ an 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/MultiTypeInterfaceContainer.java b/javaunohelper/com/sun/star/lib/uno/helper/MultiTypeInterfaceContainer.java
index 10a39694d9dc..25c0ff997001 100644
--- a/javaunohelper/com/sun/star/lib/uno/helper/MultiTypeInterfaceContainer.java
+++ b/javaunohelper/com/sun/star/lib/uno/helper/MultiTypeInterfaceContainer.java
@@ -103,7 +103,7 @@ public class MultiTypeInterfaceContainer
// equals. For example:
// Type a= new Type(XInterface.class);
// Type b= new Type(XInterface.class);
- // Allthough a != b , the map interprets both as being the same.
+ // Although a != b , the map interprets both as being the same.
InterfaceContainer cont= map.get(ckey);
if (cont != null)
{