summaryrefslogtreecommitdiff
path: root/bean/com/sun/star/comp/beans/OOoBean.java
diff options
context:
space:
mode:
Diffstat (limited to 'bean/com/sun/star/comp/beans/OOoBean.java')
-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 34d707816555..7562012a97d1 100644
--- a/bean/com/sun/star/comp/beans/OOoBean.java
+++ b/bean/com/sun/star/comp/beans/OOoBean.java
@@ -444,7 +444,7 @@ public class OOoBean
was made visible (java.lang.Component.setVisible(true)).
<p>
Another scenario is that a OOoBean contains a document and is removed
- from a Java container and later added again. Then acquireSystemWindow needs
+ from a Java container and later added again. Then aquireSystemWindow needs
to be called after the container window is displayed.
<p>
@@ -454,7 +454,7 @@ public class OOoBean
@throws NoConnectionException
if the connection is not established.
*/
- public synchronized void acquireSystemWindow()
+ public synchronized void aquireSystemWindow()
throws
SystemWindowException,