Change-Id: Ifb1b63c27816c244d98fabfd97114c21c9e4ffa4
Reviewed-on: https://gerrit.libreoffice.org/70443
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2019-04-04 19:21:25 +00:00
committed by Julien Nabet
parent 3e7646280d
commit 30a9bfec76

View File

@@ -441,7 +441,7 @@ public class OOoBean
was showing, then this method needs to be called after the container window was showing, then this method needs to be called after the container window
was made visible (java.lang.Component.setVisible(true)). was made visible (java.lang.Component.setVisible(true)).
<p> <p>
Another scenario is that a OOoBean contains a document and is removed Another scenario is that an OOoBean contains a document and is removed
from a Java container and later added again. Then aquireSystemWindow needs from a Java container and later added again. Then aquireSystemWindow needs
to be called after the container window is displayed. to be called after the container window is displayed.
<p> <p>
@@ -1419,7 +1419,7 @@ xLayoutManager.showElement("private:resource/menubar/menubar");
public void queryTermination( /*IN*/ com.sun.star.lang.EventObject Event ) public void queryTermination( /*IN*/ com.sun.star.lang.EventObject Event )
throws com.sun.star.frame.TerminationVetoException throws com.sun.star.frame.TerminationVetoException
{ {
// disallow termination of OOo while a OOoBean exists // disallow termination of OOo while an OOoBean exists
throw new com.sun.star.frame.TerminationVetoException(); throw new com.sun.star.frame.TerminationVetoException();
} }