summaryrefslogtreecommitdiff
path: root/bean/com/sun/star/beans
diff options
context:
space:
mode:
Diffstat (limited to 'bean/com/sun/star/beans')
-rw-r--r--bean/com/sun/star/beans/JavaWindowPeerFake.java4
-rw-r--r--bean/com/sun/star/beans/LocalOfficeWindow.java4
2 files changed, 4 insertions, 4 deletions
diff --git a/bean/com/sun/star/beans/JavaWindowPeerFake.java b/bean/com/sun/star/beans/JavaWindowPeerFake.java
index 5356a13883fb..a30fb146cd1d 100644
--- a/bean/com/sun/star/beans/JavaWindowPeerFake.java
+++ b/bean/com/sun/star/beans/JavaWindowPeerFake.java
@@ -27,8 +27,8 @@ import com.sun.star.awt.*;
implements XSystemDependentWindowPeer, XWindowPeer
{
- protected long hWindow;
- protected int localSystemType;
+ private long hWindow;
+ private int localSystemType;
/** Create the faked window peer.
* @param _hWindow the system handle to the window.
diff --git a/bean/com/sun/star/beans/LocalOfficeWindow.java b/bean/com/sun/star/beans/LocalOfficeWindow.java
index afeb89e0fd38..290c53e8727a 100644
--- a/bean/com/sun/star/beans/LocalOfficeWindow.java
+++ b/bean/com/sun/star/beans/LocalOfficeWindow.java
@@ -260,8 +260,8 @@ public class LocalOfficeWindow
*/
class CallWatchThread extends Thread
{
- Thread aWatchedThread;
- long nTimeout;
+ private Thread aWatchedThread;
+ private long nTimeout;
private CallWatchThread( long nTimeout )
{