Kaydet (Commit) c8140366 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Jens Carl

Fix typos

Change-Id: I2715bcbaf642fd24d61f61dbf4e978e06afbf102
Reviewed-on: https://gerrit.libreoffice.org/57824
Tested-by: Jenkins
Reviewed-by: 's avatarJens Carl <j.carl43@gmx.de>
üst ccae1766
...@@ -53,7 +53,7 @@ class JavaWindowPeerFake ...@@ -53,7 +53,7 @@ class JavaWindowPeerFake
else return null; else return null;
} }
/** not really neaded. /** not really needed.
*/ */
public XToolkit getToolkit() public XToolkit getToolkit()
throws com.sun.star.uno.RuntimeException throws com.sun.star.uno.RuntimeException
...@@ -61,49 +61,49 @@ class JavaWindowPeerFake ...@@ -61,49 +61,49 @@ class JavaWindowPeerFake
return null; return null;
} }
/** not really neaded. /** not really needed.
*/ */
public void setPointer(/*IN*/ XPointer Pointer) public void setPointer(/*IN*/ XPointer Pointer)
throws com.sun.star.uno.RuntimeException throws com.sun.star.uno.RuntimeException
{ {
} }
/** not really neaded. /** not really needed.
*/ */
public void setBackground(/*IN*/ int Color) public void setBackground(/*IN*/ int Color)
throws com.sun.star.uno.RuntimeException throws com.sun.star.uno.RuntimeException
{ {
} }
/** not really neaded. /** not really needed.
*/ */
public void invalidate(/*IN*/ short Flags) public void invalidate(/*IN*/ short Flags)
throws com.sun.star.uno.RuntimeException 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) public void invalidateRect(/*IN*/ com.sun.star.awt.Rectangle Rect, /*IN*/ short Flags)
throws com.sun.star.uno.RuntimeException throws com.sun.star.uno.RuntimeException
{ {
} }
/** not really neaded. /** not really needed.
*/ */
public void dispose() public void dispose()
throws com.sun.star.uno.RuntimeException throws com.sun.star.uno.RuntimeException
{ {
} }
/** not really neaded. /** not really needed.
*/ */
public void addEventListener(/*IN*/ com.sun.star.lang.XEventListener xListener) public void addEventListener(/*IN*/ com.sun.star.lang.XEventListener xListener)
throws com.sun.star.uno.RuntimeException throws com.sun.star.uno.RuntimeException
{ {
} }
/** not really neaded. /** not really needed.
*/ */
public void removeEventListener(/*IN*/ com.sun.star.lang.XEventListener aListener) public void removeEventListener(/*IN*/ com.sun.star.lang.XEventListener aListener)
throws com.sun.star.uno.RuntimeException throws com.sun.star.uno.RuntimeException
......
...@@ -62,7 +62,7 @@ class JavaWindowPeerFake implements com.sun.star.awt.XSystemDependentWindowPeer, ...@@ -62,7 +62,7 @@ class JavaWindowPeerFake implements com.sun.star.awt.XSystemDependentWindowPeer,
return aReturn; return aReturn;
} }
/** not really neaded. /** not really needed.
*/ */
public com.sun.star.awt.XToolkit getToolkit() public com.sun.star.awt.XToolkit getToolkit()
throws com.sun.star.uno.RuntimeException throws com.sun.star.uno.RuntimeException
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment