[Libreoffice-commits] core.git: Branch 'aoo/trunk' - bean/java
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Feb 12 13:08:52 UTC 2019
bean/java/officebean/src/main/java/com/sun/star/comp/beans/NativeConnection.java | 2 -
bean/java/officebean/src/main/java/com/sun/star/comp/beans/OfficeConnection.java | 12 +++++-----
bean/java/officebean/src/main/java/com/sun/star/comp/beans/OfficeWindow.java | 8 +++---
3 files changed, 11 insertions(+), 11 deletions(-)
New commits:
commit e1cbdcff1840008a1c7539e4621bdcc197f53327
Author: Matthias Seidel <mseidel at apache.org>
AuthorDate: Tue Feb 12 12:52:01 2019 +0000
Commit: Matthias Seidel <mseidel at apache.org>
CommitDate: Tue Feb 12 12:52:01 2019 +0000
Removed whitespace, fixed typos
diff --git a/bean/java/officebean/src/main/java/com/sun/star/comp/beans/NativeConnection.java b/bean/java/officebean/src/main/java/com/sun/star/comp/beans/NativeConnection.java
index a1c9af254739..fe562dd1e59a 100644
--- a/bean/java/officebean/src/main/java/com/sun/star/comp/beans/NativeConnection.java
+++ b/bean/java/officebean/src/main/java/com/sun/star/comp/beans/NativeConnection.java
@@ -25,7 +25,7 @@ package com.sun.star.comp.beans;
import com.sun.star.connection.XConnection;
-/* Connection to a locally running OOo instance.
+/* Connection to a locally running AOO instance.
*
* @deprecated.
*/
diff --git a/bean/java/officebean/src/main/java/com/sun/star/comp/beans/OfficeConnection.java b/bean/java/officebean/src/main/java/com/sun/star/comp/beans/OfficeConnection.java
index 99b62317dc91..514ac07307ec 100644
--- a/bean/java/officebean/src/main/java/com/sun/star/comp/beans/OfficeConnection.java
+++ b/bean/java/officebean/src/main/java/com/sun/star/comp/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
@@ -46,7 +46,7 @@ public interface OfficeConnection
throws java.net.MalformedURLException;
/**
- * Sets an AWT container catory.
+ * Sets an AWT container factory.
*
* @param containerFactory This is a application provided AWT container
* factory.
@@ -54,9 +54,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.
*/
@@ -67,7 +67,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.
diff --git a/bean/java/officebean/src/main/java/com/sun/star/comp/beans/OfficeWindow.java b/bean/java/officebean/src/main/java/com/sun/star/comp/beans/OfficeWindow.java
index 02227a7c2ac6..4134a180e62b 100644
--- a/bean/java/officebean/src/main/java/com/sun/star/comp/beans/OfficeWindow.java
+++ b/bean/java/officebean/src/main/java/com/sun/star/comp/beans/OfficeWindow.java
@@ -28,8 +28,8 @@ import java.awt.Component;
import com.sun.star.awt.XWindowPeer;
/**
- * The concreate implementation of the OfficeWindow extends an
- * approperate type of visual component (java.awt.Canvas for local
+ * The concrete implementation of the OfficeWindow extends an
+ * appropriate type of visual component (java.awt.Canvas for local
* and java.awt.Container for remote).
@deprecated
@@ -37,14 +37,14 @@ import com.sun.star.awt.XWindowPeer;
public interface OfficeWindow
{
/**
- * Retrives an AWT component object associated with the OfficeWindow.
+ * Retrieves an AWT component object associated with the OfficeWindow.
*
* @return The AWT component object associated with the OfficeWindow.
*/
Component getAWTComponent();
/**
- * Retrives an UNO XWindowPeer object associated with the OfficeWindow.
+ * Retrieves an UNO XWindowPeer object associated with the OfficeWindow.
*
* @return The UNO XWindowPeer object associated with the OfficeWindow.
*/
More information about the Libreoffice-commits
mailing list