summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-08 11:36:04 +0200
committerNoel Grandin <noel@peralex.com>2014-08-13 08:49:22 +0200
commitda677dfd59c2b551f3335ee0a5d5dfb33f9869c5 (patch)
tree9aa09066c95935117bf405b119ed9f89f448a54d /vcl
parent14d1a11ec4a7ed0deeac522403248536e8d23f57 (diff)
java: reduce scope, make fields private
found by UCDetector Change-Id: I7f97e15667159cf8ee776e8f32fdcdec8ec00ed6
Diffstat (limited to 'vcl')
-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