summaryrefslogtreecommitdiffstats
path: root/bean
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-01-26 16:11:58 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-01-28 09:16:24 +0100
commiteeeae885b726d10e97327198792775b54b456274 (patch)
tree5ae145c3f831c6709be549efb8b2b5136919ee00 /bean
parentFix icon load error for uno commands with params (diff)
downloadcore-eeeae885b726d10e97327198792775b54b456274.tar.gz
core-eeeae885b726d10e97327198792775b54b456274.zip
Fix typo
Change-Id: If648e007a6db44e26021c12ac919d81ccceaa081 Reviewed-on: https://gerrit.libreoffice.org/66981 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'bean')
-rw-r--r--bean/com/sun/star/comp/beans/OOoBean.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bean/com/sun/star/comp/beans/OOoBean.java b/bean/com/sun/star/comp/beans/OOoBean.java
index 84e6a4f177f2..0e427e325622 100644
--- a/bean/com/sun/star/comp/beans/OOoBean.java
+++ b/bean/com/sun/star/comp/beans/OOoBean.java
@@ -128,7 +128,7 @@ public class OOoBean
{ /* impossible here */ }
}
- /** Sets the timeout for methods which launch OOo in milli seconds.
+ /** Sets the timeout for methods which launch OOo in milliseconds.
This method does not need a connection to an OOo instance.
*/
@@ -137,7 +137,7 @@ public class OOoBean
nOOoStartTimeOut = nMilliSecs;
}
- /** Sets the timeout for normal OOO methods calls in milli seconds.
+ /** Sets the timeout for normal OOO methods calls in milliseconds.
This method does not need a connection to an OOo instance.
*/