diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-18 13:23:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-18 13:23:20 +0000 |
commit | 9ac4bafaa93741f1eeab6d7fa166be5f86103ccc (patch) | |
tree | 821b24f23db212437fd6815a1bd1ea203c0d64ca /bean/com | |
parent | 90ec7819d183d3ba70c3d19a5654188d0d0bc06d (diff) |
INTEGRATION: CWS olefix (1.8.4); FILE MERGED
2005/04/08 13:08:06 jl 1.8.4.1: #46778# Reloading of Java applet did not work, applet did not appear
Diffstat (limited to 'bean/com')
-rw-r--r-- | bean/com/sun/star/comp/beans/OOoBean.java | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bean/com/sun/star/comp/beans/OOoBean.java b/bean/com/sun/star/comp/beans/OOoBean.java index 7a47e565dfc3..9b3aeb6444ff 100644 --- a/bean/com/sun/star/comp/beans/OOoBean.java +++ b/bean/com/sun/star/comp/beans/OOoBean.java @@ -2,9 +2,9 @@ * * $RCSfile: OOoBean.java,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2005-04-18 11:55:35 $ + * last change: $Author: obo $ $Date: 2005-04-18 14:23:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -264,6 +264,9 @@ public class OOoBean If there was no connection yet or anymore, this method can be called anyway. + + When the OOoBean is displayed in an applet by a web browser, then this + method must be called from within java.applet.Applet.stop. */ public synchronized void stopOOoConnection() { |