summaryrefslogtreecommitdiffstats
path: root/wizards/com/sun/star/wizards/ui/FieldSelection.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/FieldSelection.java')
-rw-r--r--wizards/com/sun/star/wizards/ui/FieldSelection.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/ui/FieldSelection.java b/wizards/com/sun/star/wizards/ui/FieldSelection.java
index f3217bc363b8..3b0a4c6ee188 100644
--- a/wizards/com/sun/star/wizards/ui/FieldSelection.java
+++ b/wizards/com/sun/star/wizards/ui/FieldSelection.java
@@ -35,10 +35,10 @@ public class FieldSelection
protected boolean AppendMode = false;
protected Integer IStep;
- protected int CompPosX;
- protected int CompPosY;
- protected int CompHeight;
- protected int CompWidth;
+ private int CompPosX;
+ private int CompPosY;
+ private int CompHeight;
+ private int CompWidth;
private XFieldSelectionListener xFieldSelection;
private int maxfieldcount = 10000000;