summaryrefslogtreecommitdiff
path: root/vcl/qa/complex/persistent_window_states/DocumentHandle.java
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/qa/complex/persistent_window_states/DocumentHandle.java')
-rw-r--r--vcl/qa/complex/persistent_window_states/DocumentHandle.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/qa/complex/persistent_window_states/DocumentHandle.java b/vcl/qa/complex/persistent_window_states/DocumentHandle.java
index 10caf3cab52a..88393b2fbf37 100644
--- a/vcl/qa/complex/persistent_window_states/DocumentHandle.java
+++ b/vcl/qa/complex/persistent_window_states/DocumentHandle.java
@@ -36,13 +36,13 @@ import helper.WindowListener;
*/
public class DocumentHandle {
// the component loader to load a document
- XComponentLoader xCompLoader = null;
+ private XComponentLoader xCompLoader = null;
// the document
- XComponent xComp = null;
+ private XComponent xComp = null;
// the current window
- XWindow xWin = null;
+ private XWindow xWin = null;
// a own window listener
- WindowListener wl = null;
+ private WindowListener wl = null;
/**
* Constructor