summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/document/Control.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/document/Control.java')
-rw-r--r--wizards/com/sun/star/wizards/document/Control.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/wizards/com/sun/star/wizards/document/Control.java b/wizards/com/sun/star/wizards/document/Control.java
index e1d6d7aed911..3ba66acbff60 100644
--- a/wizards/com/sun/star/wizards/document/Control.java
+++ b/wizards/com/sun/star/wizards/document/Control.java
@@ -41,18 +41,18 @@ public class Control extends Shape
{
XControlModel xControlModel;
- XControl xControl;
+ private XControl xControl;
public XPropertySet xPropertySet;
- XPropertySet xControlPropertySet;
+ private XPropertySet xControlPropertySet;
XWindowPeer xWindowPeer;
Object oDefaultValue;
GridControl oGridControl;
- String sServiceName;
+ private String sServiceName;
XNamed xNamed;
- final int SOMAXTEXTSIZE = 50;
+ private final int SOMAXTEXTSIZE = 50;
private int icontroltype;
- protected XNameContainer xFormName;
- protected final int IIMGFIELDWIDTH = 3000;
+ private XNameContainer xFormName;
+ private final int IIMGFIELDWIDTH = 3000;
public Control()
{