From fbc038cc4f4a12f8302ce5b3bd7d739bd66a674e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 10 May 2019 09:34:10 +0100 Subject: an uno -> a uno MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I538db88f8477dd2d2ad25c372928fec6c11d979d Reviewed-on: https://gerrit.libreoffice.org/72105 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- bean/com/sun/star/comp/beans/LocalOfficeConnection.java | 2 +- bean/com/sun/star/comp/beans/LocalOfficeWindow.java | 2 +- bean/com/sun/star/comp/beans/OfficeWindow.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'bean/com/sun/star/comp') diff --git a/bean/com/sun/star/comp/beans/LocalOfficeConnection.java b/bean/com/sun/star/comp/beans/LocalOfficeConnection.java index d4f12e70268e..7872d493410a 100644 --- a/bean/com/sun/star/comp/beans/LocalOfficeConnection.java +++ b/bean/com/sun/star/comp/beans/LocalOfficeConnection.java @@ -448,7 +448,7 @@ public class LocalOfficeConnection /** * Parses a connection URL. - * This method accepts an UNO URL with following format:
+ * This method accepts a UNO URL with following format:
*
      * url    := uno:localoffice[,<params>];urp;StarOffice.NamingService
      * params := <path>[,<pipe>]
diff --git a/bean/com/sun/star/comp/beans/LocalOfficeWindow.java b/bean/com/sun/star/comp/beans/LocalOfficeWindow.java
index 67ace100fb5f..1efc99032594 100644
--- a/bean/com/sun/star/comp/beans/LocalOfficeWindow.java
+++ b/bean/com/sun/star/comp/beans/LocalOfficeWindow.java
@@ -152,7 +152,7 @@ public class LocalOfficeWindow
     }
 
     /**
-     * Retrieves an UNO XWindowPeer object associated with the OfficeWindow.
+     * Retrieves a UNO XWindowPeer object associated with the OfficeWindow.
      *
      * @return The UNO XWindowPeer object associated with the OfficeWindow.
      */
diff --git a/bean/com/sun/star/comp/beans/OfficeWindow.java b/bean/com/sun/star/comp/beans/OfficeWindow.java
index a28489e1959b..806f6b07a5a1 100644
--- a/bean/com/sun/star/comp/beans/OfficeWindow.java
+++ b/bean/com/sun/star/comp/beans/OfficeWindow.java
@@ -38,7 +38,7 @@ public interface OfficeWindow
     Component getAWTComponent();
 
     /**
-     * Retrieves an UNO XWindowPeer object associated with the OfficeWindow.
+     * Retrieves a UNO XWindowPeer object associated with the OfficeWindow.
      *
      * @return The UNO XWindowPeer object associated with the OfficeWindow.
      */
-- 
cgit