diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-22 18:34:08 +0200 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-07-22 20:26:06 +0200 |
commit | c814036604810e84d2b20f1407020cf6f003ab78 (patch) | |
tree | 545f3b16284ad1d9c4a4a928b5b75c8331cd3e55 /bean | |
parent | ccae1766063670a1e166696e92c8bb4744665df2 (diff) |
Fix typos
Change-Id: I2715bcbaf642fd24d61f61dbf4e978e06afbf102
Reviewed-on: https://gerrit.libreoffice.org/57824
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'bean')
-rw-r--r-- | bean/com/sun/star/comp/beans/JavaWindowPeerFake.java | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bean/com/sun/star/comp/beans/JavaWindowPeerFake.java b/bean/com/sun/star/comp/beans/JavaWindowPeerFake.java index 1c39e0667ce6..d2d1d351d7da 100644 --- a/bean/com/sun/star/comp/beans/JavaWindowPeerFake.java +++ b/bean/com/sun/star/comp/beans/JavaWindowPeerFake.java @@ -53,7 +53,7 @@ class JavaWindowPeerFake else return null; } - /** not really neaded. + /** not really needed. */ public XToolkit getToolkit() throws com.sun.star.uno.RuntimeException @@ -61,49 +61,49 @@ class JavaWindowPeerFake return null; } - /** not really neaded. + /** not really needed. */ public void setPointer(/*IN*/ XPointer Pointer) throws com.sun.star.uno.RuntimeException { } - /** not really neaded. + /** not really needed. */ public void setBackground(/*IN*/ int Color) throws com.sun.star.uno.RuntimeException { } - /** not really neaded. + /** not really needed. */ public void invalidate(/*IN*/ short Flags) throws com.sun.star.uno.RuntimeException { } - /** not really neaded. + /** not really needed. */ public void invalidateRect(/*IN*/ com.sun.star.awt.Rectangle Rect, /*IN*/ short Flags) throws com.sun.star.uno.RuntimeException { } - /** not really neaded. + /** not really needed. */ public void dispose() throws com.sun.star.uno.RuntimeException { } - /** not really neaded. + /** not really needed. */ public void addEventListener(/*IN*/ com.sun.star.lang.XEventListener xListener) throws com.sun.star.uno.RuntimeException { } - /** not really neaded. + /** not really needed. */ public void removeEventListener(/*IN*/ com.sun.star.lang.XEventListener aListener) throws com.sun.star.uno.RuntimeException |