summaryrefslogtreecommitdiff
path: root/bean/com/sun/star/comp/beans/OfficeConnection.java
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2013-04-16 22:38:26 +1000
committerThomas Arnhold <thomas@arnhold.org>2013-04-16 23:12:03 +0000
commit43debfae8326ad98f9d130aa450f59ad49577d55 (patch)
tree2c5f6d01159f030fcaccc973c36b66116c0632d7 /bean/com/sun/star/comp/beans/OfficeConnection.java
parent7cac1bc73c53d8bfb0b7d87966ae19ce2e918883 (diff)
General cleanup of OfficeBeans
Cleaned up Java source files: + removed unnecessary commented out code + corrected many spelling errors + formatting changes (remove decorations from comments, whitespacing, etc.) Change-Id: I4133908ceac874b273fe409d763b3ddbfc2055e5 Reviewed-on: https://gerrit.libreoffice.org/3413 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'bean/com/sun/star/comp/beans/OfficeConnection.java')
-rw-r--r--bean/com/sun/star/comp/beans/OfficeConnection.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bean/com/sun/star/comp/beans/OfficeConnection.java b/bean/com/sun/star/comp/beans/OfficeConnection.java
index ca4ac0c42ab2..71c74a377efd 100644
--- a/bean/com/sun/star/comp/beans/OfficeConnection.java
+++ b/bean/com/sun/star/comp/beans/OfficeConnection.java
@@ -24,7 +24,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
@@ -62,7 +62,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.