summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/report/ReportFinalizer.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/report/ReportFinalizer.java')
-rw-r--r--wizards/com/sun/star/wizards/report/ReportFinalizer.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/report/ReportFinalizer.java b/wizards/com/sun/star/wizards/report/ReportFinalizer.java
index 9f750692ec1c..68356b39d271 100644
--- a/wizards/com/sun/star/wizards/report/ReportFinalizer.java
+++ b/wizards/com/sun/star/wizards/report/ReportFinalizer.java
@@ -32,13 +32,12 @@ public class ReportFinalizer
private WizardDialog CurUnoDialog;
private XTextComponent xTitleTextBox;
- XTextComponent[] xSaveTextBox = new XTextComponent[2];
- Object chkTemplate;
+
+
private String CHANGEREPORTTITLE_FUNCNAME = "changeReportTitle";
private String TOGGLESUBTEMPLATECONTROLS_FUNCNAME = "toggleSubTemplateControls";
- String TemplatePath;
private String StoreName;
- boolean bfinalaskbeforeOverwrite;
+
private String DefaultName;
private String OldDefaultName;
private IReportDocument CurReportDocument;