[Libreoffice-commits] core.git: bean/com
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Apr 9 05:56:25 UTC 2019
bean/com/sun/star/comp/beans/OOoBean.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 30a9bfec76c807d203b39bfcdeed1cb0c3118719
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Apr 4 19:21:25 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Apr 9 07:56:02 2019 +0200
Fix typo
Change-Id: Ifb1b63c27816c244d98fabfd97114c21c9e4ffa4
Reviewed-on: https://gerrit.libreoffice.org/70443
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/bean/com/sun/star/comp/beans/OOoBean.java b/bean/com/sun/star/comp/beans/OOoBean.java
index 0e427e325622..72acb9c03f87 100644
--- a/bean/com/sun/star/comp/beans/OOoBean.java
+++ b/bean/com/sun/star/comp/beans/OOoBean.java
@@ -441,7 +441,7 @@ public class OOoBean
was showing, then this method needs to be called after the container window
was made visible (java.lang.Component.setVisible(true)).
<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
to be called after the container window is displayed.
<p>
@@ -1419,7 +1419,7 @@ xLayoutManager.showElement("private:resource/menubar/menubar");
public void queryTermination( /*IN*/ com.sun.star.lang.EventObject Event )
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();
}
More information about the Libreoffice-commits
mailing list