diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-20 23:24:56 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-20 23:26:58 +0200 |
commit | be053c9a80ad237afc6da0b4174e1c7afc94ed92 (patch) | |
tree | 94fe4823ec33e39359006c986372c5caceb85db0 /bean | |
parent | d1ae39e484f888ddcca15f584cddd2b3ccae1024 (diff) |
Spelling correction: s/retrive/retrieve/
Change-Id: I96845d358765e2d2507763a9b15a30388b32bc6b
Diffstat (limited to 'bean')
-rw-r--r-- | bean/com/sun/star/beans/LocalOfficeConnection.java | 8 | ||||
-rw-r--r-- | bean/com/sun/star/beans/LocalOfficeWindow.java | 8 | ||||
-rw-r--r-- | bean/com/sun/star/beans/OfficeConnection.java | 2 | ||||
-rw-r--r-- | bean/com/sun/star/beans/OfficeWindow.java | 4 | ||||
-rw-r--r-- | bean/com/sun/star/comp/beans/OfficeConnection.java | 2 |
5 files changed, 12 insertions, 12 deletions
diff --git a/bean/com/sun/star/beans/LocalOfficeConnection.java b/bean/com/sun/star/beans/LocalOfficeConnection.java index b742fb3a7027..97250172ed01 100644 --- a/bean/com/sun/star/beans/LocalOfficeConnection.java +++ b/bean/com/sun/star/beans/LocalOfficeConnection.java @@ -136,7 +136,7 @@ public class LocalOfficeConnection } /** - * Retrives the UNO component context. + * Retrieves the UNO component context. * Establishes a connection if necessary and initialises the * UNO service manager if it has not already been initialised. * This method can return <code>null</code> if it fails to connect @@ -304,7 +304,7 @@ public class LocalOfficeConnection } /** - * Retrives a path to the office program folder. + * Retrieves a path to the office program folder. * * @return The path to the office program folder. */ @@ -557,7 +557,7 @@ public class LocalOfficeConnection implements NativeService { /** - * Retrive the office service identifier. + * Retrieve the office service identifier. * * @return The identifier of the office service. */ @@ -595,7 +595,7 @@ public class LocalOfficeConnection } /** - * Retrives the ammount of time to wait for the startup. + * Retrieves the ammount of time to wait for the startup. * * @return The ammount of time to wait in seconds(?). */ diff --git a/bean/com/sun/star/beans/LocalOfficeWindow.java b/bean/com/sun/star/beans/LocalOfficeWindow.java index 9388dcd6f1d7..8f79b9909378 100644 --- a/bean/com/sun/star/beans/LocalOfficeWindow.java +++ b/bean/com/sun/star/beans/LocalOfficeWindow.java @@ -62,7 +62,7 @@ public class LocalOfficeWindow } /** - * 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. */ @@ -72,7 +72,7 @@ public class LocalOfficeWindow } /** - * 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. */ @@ -238,14 +238,14 @@ public class LocalOfficeWindow } /** - * Retrives a platform dependent system window identifier. + * Retrieves a platform dependent system window identifier. * * @return The system window identifier. */ private native long getNativeWindow(); /** - * Retrives a platform dependent system window type. + * Retrieves a platform dependent system window type. * * @return The system window type. */ diff --git a/bean/com/sun/star/beans/OfficeConnection.java b/bean/com/sun/star/beans/OfficeConnection.java index 014c050ecc72..4301600590c0 100644 --- a/bean/com/sun/star/beans/OfficeConnection.java +++ b/bean/com/sun/star/beans/OfficeConnection.java @@ -48,7 +48,7 @@ public interface OfficeConnection void setContainerFactory(ContainerFactory containerFactory); /** - * Retrives the UNO component context. + * Retrieves the UNO component context. * Establishes a connection if necessary and initialises the * UNO service manager if it has not already been initialised. * diff --git a/bean/com/sun/star/beans/OfficeWindow.java b/bean/com/sun/star/beans/OfficeWindow.java index 8fad77b15adc..ebc46b8335de 100644 --- a/bean/com/sun/star/beans/OfficeWindow.java +++ b/bean/com/sun/star/beans/OfficeWindow.java @@ -31,14 +31,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. */ diff --git a/bean/com/sun/star/comp/beans/OfficeConnection.java b/bean/com/sun/star/comp/beans/OfficeConnection.java index 71c74a377efd..2786810654d8 100644 --- a/bean/com/sun/star/comp/beans/OfficeConnection.java +++ b/bean/com/sun/star/comp/beans/OfficeConnection.java @@ -49,7 +49,7 @@ public interface OfficeConnection void setContainerFactory(ContainerFactory containerFactory); /** - * Retrives the UNO component context. + * Retrieves the UNO component context. * Establishes a connection if necessary and initialises the * UNO service manager if it has not already been initialised. * |