[Libreoffice-commits] core.git: Branch 'aoo/trunk' - bean/java
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Feb 21 01:08:04 UTC 2019
bean/java/officebean/src/main/java/com/sun/star/beans/OfficeConnection.java | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
New commits:
commit a1cab47e1b318408a2d30d7be5cf133e7e2d919c
Author: Matthias Seidel <mseidel at apache.org>
AuthorDate: Wed Feb 20 23:18:07 2019 +0000
Commit: Matthias Seidel <mseidel at apache.org>
CommitDate: Wed Feb 20 23:18:07 2019 +0000
Removed whitespace, fixed typos
diff --git a/bean/java/officebean/src/main/java/com/sun/star/beans/OfficeConnection.java b/bean/java/officebean/src/main/java/com/sun/star/beans/OfficeConnection.java
index bf3a84f569ae..afee7dd7e821 100644
--- a/bean/java/officebean/src/main/java/com/sun/star/beans/OfficeConnection.java
+++ b/bean/java/officebean/src/main/java/com/sun/star/beans/OfficeConnection.java
@@ -29,7 +29,7 @@ import com.sun.star.lang.XComponent;
import com.sun.star.uno.XComponentContext;
/**
- * This abstract class reprecents a connection to the office
+ * This abstract class represents a connection to the office
* application.
* @deprecated
*/
@@ -53,9 +53,9 @@ public interface OfficeConnection
void setContainerFactory(ContainerFactory containerFactory);
/**
- * Retrives the UNO component context.
- * Establishes a connection if necessary and initialises the
- * UNO service manager if it has not already been initialised.
+ * Retrieves the UNO component context.
+ * Establishes a connection if necessary and initializes the
+ * UNO service manager if it has not already been initialized.
*
* @return The office UNO component context.
*/
@@ -66,7 +66,7 @@ public interface OfficeConnection
* The window is either a sub-class of java.awt.Canvas (local) or
* java.awt.Container (RVP).
*
- * This method does not add add the office window to its container.
+ * This method does not add the office window to its container.
*
* @param container This is an AWT container.
* @return The office window instance.
More information about the Libreoffice-commits
mailing list