summaryrefslogtreecommitdiff
path: root/bean/com/sun/star/beans/JavaWindowPeerFake.java
diff options
context:
space:
mode:
Diffstat (limited to 'bean/com/sun/star/beans/JavaWindowPeerFake.java')
-rw-r--r--bean/com/sun/star/beans/JavaWindowPeerFake.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/bean/com/sun/star/beans/JavaWindowPeerFake.java b/bean/com/sun/star/beans/JavaWindowPeerFake.java
index c89978c894c5..54ca0c1d8910 100644
--- a/bean/com/sun/star/beans/JavaWindowPeerFake.java
+++ b/bean/com/sun/star/beans/JavaWindowPeerFake.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -52,7 +52,7 @@ import com.sun.star.awt.*;
/** <p>Implementation of XSystemDependentWindowPeer (that's all we really need)</p>
* This method is called back from the OpenOffice.org toolkit to retrieve the system data.
*/
- public Object getWindowHandle(/*IN*/byte[] ProcessId, /*IN*/short SystemType)
+ public Object getWindowHandle(/*IN*/byte[] ProcessId, /*IN*/short SystemType)
throws com.sun.star.uno.RuntimeException
{
@@ -61,7 +61,7 @@ import com.sun.star.awt.*;
}
else return null;
}
-
+
/** not really neaded.
*/
public XToolkit getToolkit()