diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-18 15:17:11 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-18 15:17:11 +0000 |
commit | 7d80435abf39fe1309ced908c52797d1c3be4ba3 (patch) | |
tree | 5cb93c4a57394aa0a3d0dce7f7c18a21fd5d5d43 | |
parent | d51e8edd27418b02f0959710f0de61c0901c87f0 (diff) |
INTEGRATION: CWS dbwizard4 (1.2.46); FILE MERGED
2005/02/17 13:50:18 bc 1.2.46.1: ##ControlArrangement in FormWizard modified
-rw-r--r-- | wizards/com/sun/star/wizards/fax/FaxWizardDialog.java | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/fax/FaxWizardDialog.java b/wizards/com/sun/star/wizards/fax/FaxWizardDialog.java index 6f76ce3e6655..4da3666cde4b 100644 --- a/wizards/com/sun/star/wizards/fax/FaxWizardDialog.java +++ b/wizards/com/sun/star/wizards/fax/FaxWizardDialog.java @@ -130,10 +130,11 @@ FaxWizardDialogResources resources; new String[] {"Height", "Label", "MultiLine", "PositionX", "PositionY", "Step", "TabIndex", "Width"}, new Object[] { new Integer(39),resources.reslblIntroduction_value,Boolean.TRUE,new Integer(104),new Integer(145),INTEGERS[1],new Short((short)55),new Integer(199)} ); - ImageControl3 = insertImage("ImageControl3", - new String[] {"Border", "Height", "ImageURL", "PositionX", "PositionY", "ScaleImage", "Step", "TabIndex", "Width"}, - new Object[] { new Short((short)0),INTEGERS[10],"private:resource/dbu/image/19205",new Integer(92),new Integer(145),Boolean.FALSE,INTEGERS[1],new Short((short)56),INTEGERS[10]} - ); + ImageControl3 = insertInfoImage(92, 145, 1); +// ImageControl3 = insertImage("ImageControl3", +// new String[] {"Border", "Height", "ImageURL", "PositionX", "PositionY", "ScaleImage", "Step", "TabIndex", "Width"}, +// new Object[] { new Short((short)0),INTEGERS[10],"private:resource/dbu/image/19205",new Integer(92),new Integer(145),Boolean.FALSE,INTEGERS[1],new Short((short)56),INTEGERS[10]} +// ); } public void buildStep2() { |