summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/table/FieldFormatter.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/table/FieldFormatter.java')
-rw-r--r--wizards/com/sun/star/wizards/table/FieldFormatter.java26
1 files changed, 13 insertions, 13 deletions
diff --git a/wizards/com/sun/star/wizards/table/FieldFormatter.java b/wizards/com/sun/star/wizards/table/FieldFormatter.java
index f5ceb87fed1b..aeb091300444 100644
--- a/wizards/com/sun/star/wizards/table/FieldFormatter.java
+++ b/wizards/com/sun/star/wizards/table/FieldFormatter.java
@@ -37,23 +37,23 @@ import com.sun.star.wizards.ui.UnoDialog;
public class FieldFormatter implements XItemListener
{
- TableWizard CurUnoDialog;
- TableDescriptor curTableDescriptor;
- Object oColumnDescriptorModel;
- XTextComponent txtfieldname;
- XListBox xlstFieldNames;
- XButton btnplus;
- XButton btnminus;
- XButton btnShiftUp;
- XButton btnShiftDown;
- short curtabindex;
+ private TableWizard CurUnoDialog;
+ private TableDescriptor curTableDescriptor;
+ private Object oColumnDescriptorModel;
+ private XTextComponent txtfieldname;
+ private XListBox xlstFieldNames;
+ private XButton btnplus;
+ private XButton btnminus;
+ private XButton btnShiftUp;
+ private XButton btnShiftDown;
+ private short curtabindex;
String TOGGLEBUTTONS = "toggleButtons";
String ADDFIELDNAME = "addFieldName";
String REMOVEFIELDNAME = "removeFieldName";
- String MODIFYFIELDNAME = "modifyFieldName";
+ private String MODIFYFIELDNAME = "modifyFieldName";
String[] fieldnames;
- String suntitled;
- Integer IFieldFormatStep;
+ private String suntitled;
+ private Integer IFieldFormatStep;
public FieldFormatter(TableWizard _CurUnoDialog)
{