diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-24 08:55:36 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-24 08:55:36 +0000 |
commit | 655b1a2099cf316ba1484a31ce115e148a031fa6 (patch) | |
tree | 044d743c4a89881c1a818411891fa28b31e4e8ed /wizards | |
parent | 84574dce0fff8ce9b26770c716198d59fa11ea2c (diff) |
INTEGRATION: CWS extras18 (1.59.2); FILE MERGED
2005/03/03 17:25:41 va 1.59.2.1: #119959# File Conversion to OASIS format.
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/report/ReportWizard.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/wizards/com/sun/star/wizards/report/ReportWizard.java b/wizards/com/sun/star/wizards/report/ReportWizard.java index e50bda19d16d..b9def84f6cf1 100644 --- a/wizards/com/sun/star/wizards/report/ReportWizard.java +++ b/wizards/com/sun/star/wizards/report/ReportWizard.java @@ -2,9 +2,9 @@ * * $RCSfile: ReportWizard.java,v $ * - * $Revision: 1.61 $ + * $Revision: 1.62 $ * - * last change: $Author: kz $ $Date: 2005-03-18 16:21:23 $ + * last change: $Author: vg $ $Date: 2005-03-24 09:55:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -219,7 +219,7 @@ public class ReportWizard extends WizardDialog implements XTextListener, XComple } if ((nOldStep < SOTEMPLATEPAGE) && (super.getNewStep() >= SOTEMPLATEPAGE)){ CurReportDocument.CurDBMetaData.setRecordFieldNames(); - CurReportLayouter.initialize(ReportPath + "/cnt-default.stw"); + CurReportLayouter.initialize(ReportPath + "/cnt-default.ott"); } } @@ -242,7 +242,7 @@ public class ReportWizard extends WizardDialog implements XTextListener, XComple } if (bQueryCreated){ CurDBMetaData.Command = CurDBMetaData.oSQLQueryComposer.getQuery(); - CurReportLayouter.initialize(ReportPath + "/cnt-default.stw"); + CurReportLayouter.initialize(ReportPath + "/cnt-default.ott"); } else super.vetoableChange(null); @@ -346,7 +346,7 @@ public class ReportWizard extends WizardDialog implements XTextListener, XComple CurDBMetaData = CurReportDocument.CurDBMetaData; if (CurDBMetaData.getConnection(CurPropertyValue)){ CurReportDocument.xProgressBar.setValue(20); - CurReportDocument.oTextStyleHandler.loadStyleTemplates(ReportPath + "/stl-default.stw", "LoadPageStyles"); + CurReportDocument.oTextStyleHandler.loadStyleTemplates(ReportPath + "/stl-default.ott", "LoadPageStyles"); CurDBMetaData.oSQLQueryComposer = new SQLQueryComposer(CurReportDocument.CurDBMetaData); buildSteps(); this.CurDBCommandFieldSelection.preselectCommand(CurPropertyValue, false); |