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.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/qa/complex/persistent_window_states/DocumentHandle.java b/vcl/qa/complex/persistent_window_states/DocumentHandle.java
index dc45ab10cc7d..65ba8b1532c7 100644
--- a/vcl/qa/complex/persistent_window_states/DocumentHandle.java
+++ b/vcl/qa/complex/persistent_window_states/DocumentHandle.java
@@ -35,12 +35,12 @@ import helper.WindowListener;
*/
public class DocumentHandle {
// the component loader to load a document
- private XComponentLoader xCompLoader = null;
+ private final XComponentLoader xCompLoader;
// the current window
private XWindow xWin = null;
// a own window listener
- private WindowListener wl = null;
+ private final WindowListener wl;
/**
* Constructor