summaryrefslogtreecommitdiff
path: root/wizards/com/sun
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2002-07-18 13:55:13 +0000
committerBehrend Cornelius <bc@openoffice.org>2002-07-18 13:55:13 +0000
commit1233a4e335c0194e307b9f0bb2d8901ade01b9fd (patch)
treebd05227064f90878840606878bf3351a7b8565ce /wizards/com/sun
parent0f970417e69152598582f5e1aff1ee4f9ae21c47 (diff)
#100482# new HelpID for Dialog given
Diffstat (limited to 'wizards/com/sun')
-rw-r--r--wizards/com/sun/star/wizards/report/ReportWizard.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/report/ReportWizard.java b/wizards/com/sun/star/wizards/report/ReportWizard.java
index 95d5a1203084..1dc68296945c 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.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: bc $ $Date: 2002-07-18 14:26:10 $
+ * last change: $Author: bc $ $Date: 2002-07-18 14:55:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1289,7 +1289,7 @@ public class ReportWizard {
DBMetaData.InitializeWidthList();
int iWidth = CurReportDocument.Frame.getComponentWindow().getPosSize().Width;
CurUNODialog = UNODialogs.initializeDialog(xMSF, new String[] {"Height", "HelpURL", "PositionX", "PositionY", "Step", "Title", "Width"},
- new Object[] {new Integer(210), "HID:34362", new Integer(100), new Integer(250), new Integer(1), WizardTitle[0], new Integer(270)},
+ new Object[] {new Integer(210), "HID:34320", new Integer(100), new Integer(250), new Integer(1), WizardTitle[0], new Integer(270)},
iWidth);
CurReportDocument.ProgressBar.setValue(35);
fillFirstStep(xMSF, CurReportDocument, DatabaseNames, CurPropertyValue);