diff options
Diffstat (limited to 'bean/com/sun')
-rw-r--r-- | bean/com/sun/star/comp/beans/LocalOfficeConnection.java | 2 | ||||
-rw-r--r-- | bean/com/sun/star/comp/beans/LocalOfficeWindow.java | 2 | ||||
-rw-r--r-- | bean/com/sun/star/comp/beans/OfficeWindow.java | 2 |
3 files changed, 3 insertions, 3 deletions
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:<br> + * This method accepts a UNO URL with following format:<br> * <pre> * 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. */ |