diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 08:43:21 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-26 20:37:59 +0000 |
commit | 5ad636acc61eabd8123bea5b203e2c49a80f9ce3 (patch) | |
tree | c628b885d8e308a58cc4676f380bae5790b3d1f0 /bean | |
parent | 19882e0c7daeaa16cbdbca2838064d4ad8762649 (diff) |
Fix typos
Change-Id: Idbf0aa261b829e83d4c08a2e989a4ced871dc6de
Reviewed-on: https://gerrit.libreoffice.org/35616
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'bean')
-rw-r--r-- | bean/com/sun/star/comp/beans/LocalOfficeConnection.java | 2 | ||||
-rw-r--r-- | bean/com/sun/star/comp/beans/OOoBean.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bean/com/sun/star/comp/beans/LocalOfficeConnection.java b/bean/com/sun/star/comp/beans/LocalOfficeConnection.java index c2d17b7c0e33..00672a608575 100644 --- a/bean/com/sun/star/comp/beans/LocalOfficeConnection.java +++ b/bean/com/sun/star/comp/beans/LocalOfficeConnection.java @@ -476,7 +476,7 @@ public class LocalOfficeConnection * </ul> * * @param url This is UNO URL which describes the type of a connection. - * @exception java.net.MalformedURLException when inappropreate URL was + * @exception java.net.MalformedURLException when inappropriate URL was * provided. */ private void parseUnoUrlWithOfficePath(String url, String prefix) diff --git a/bean/com/sun/star/comp/beans/OOoBean.java b/bean/com/sun/star/comp/beans/OOoBean.java index 28bde3f10187..1f98e228c358 100644 --- a/bean/com/sun/star/comp/beans/OOoBean.java +++ b/bean/com/sun/star/comp/beans/OOoBean.java @@ -1035,7 +1035,7 @@ xLayoutManager.showElement("private:resource/menubar/menubar"); } - /** Applies all tool visiblities to the real thing. + /** Applies all tool visibilities to the real thing. @deprecated Clients should use the service com.sun.star.frame.LayoutManager, which can be obtained from a frame, to control toolbars. See also |