summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/letter
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-18 15:18:43 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-18 15:18:43 +0000
commit461942d72ccd6f0d250918823c799b22a24185ba (patch)
tree8f01a8dc6c6b0fe96f441d00cbb5472cecfc9a42 /wizards/com/sun/star/wizards/letter
parentef59236fa912e9d98dfe75c0bdd08dedde0e1f96 (diff)
INTEGRATION: CWS dbwizard4 (1.3.46); FILE MERGED
2005/02/17 13:50:20 bc 1.3.46.1: ##ControlArrangement in FormWizard modified
Diffstat (limited to 'wizards/com/sun/star/wizards/letter')
-rw-r--r--wizards/com/sun/star/wizards/letter/LetterWizardDialog.java10
1 files changed, 6 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/letter/LetterWizardDialog.java b/wizards/com/sun/star/wizards/letter/LetterWizardDialog.java
index 049ac4a9b194..deeb2b1a9daa 100644
--- a/wizards/com/sun/star/wizards/letter/LetterWizardDialog.java
+++ b/wizards/com/sun/star/wizards/letter/LetterWizardDialog.java
@@ -177,10 +177,12 @@ LetterWizardDialogResources resources;
new String[] {"Height", "Label", "MultiLine", "Name", "PositionX", "PositionY", "Step", "TabIndex", "Width"},
new Object[] { new Integer(39),resources.reslblIntroduction_value,Boolean.TRUE,"lblIntroduction",new Integer(104),new Integer(145),INTEGERS[1],new Short((short)80),new Integer(199)}
);
- ImageControl3 = insertImage("ImageControl3",
- new String[] {"Border", "Height", "ImageURL", "Name", "PositionX", "PositionY", "ScaleImage", "Step", "TabIndex", "Width"},
- new Object[] { new Short((short)0), INTEGERS[10],"private:resource/dbu/image/19205","ImageControl3",new Integer(92),new Integer(145),Boolean.FALSE,INTEGERS[1],new Short((short)81),INTEGERS[10]}
- );
+ ImageControl3 = insertInfoImage(92, 145, 1);
+
+// ImageControl3 = insertImage("ImageControl3",
+// new String[] {"Border", "Height", "ImageURL", "Name", "PositionX", "PositionY", "ScaleImage", "Step", "TabIndex", "Width"},
+// new Object[] { new Short((short)0), INTEGERS[10],"private:resource/dbu/image/19205","ImageControl3",new Integer(92),new Integer(145),Boolean.FALSE,INTEGERS[1],new Short((short)81),INTEGERS[10]}
+// );
}
public void buildStep2() {