summaryrefslogtreecommitdiff
path: root/bean/com/sun/star/comp
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-05-07 13:47:22 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-05-07 13:50:14 +0200
commit6c4a4eb84589c8a19d72c46169ba1a25159e4c1b (patch)
tree7fce0dff26b92a452a8ca086601699908dc6f67a /bean/com/sun/star/comp
parent98b1cd3598040c0e0048b97f4a780b5cae79cd6b (diff)
Revert to mis-typed com.sun.star.comp.beans.OOoBean.aquireSystemWindow again
...from 43debfae8326ad98f9d130aa450f59ad49577d55 "General cleanup of OfficeBeans," as this is a stable interface that should not be broken airily. Change-Id: I931a611341a1b29346d134c11ecf886fe7767836
Diffstat (limited to 'bean/com/sun/star/comp')
-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,