diff options
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 |