diff options
-rw-r--r-- | bean/com/sun/star/comp/beans/OOoBean.java | 4 |
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. */ |