summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/web/WebWizardDialog.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/web/WebWizardDialog.java')
-rw-r--r--wizards/com/sun/star/wizards/web/WebWizardDialog.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/wizards/com/sun/star/wizards/web/WebWizardDialog.java b/wizards/com/sun/star/wizards/web/WebWizardDialog.java
index 736639972c44..a65132714431 100644
--- a/wizards/com/sun/star/wizards/web/WebWizardDialog.java
+++ b/wizards/com/sun/star/wizards/web/WebWizardDialog.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -90,8 +90,8 @@ public abstract class WebWizardDialog extends WizardDialog implements WebWizardC
//Image Control
XControl ImageControl6;
XFixedText Label3;
- //titled box
- XControl FrameControl1;
+ //titled box
+ XControl FrameControl1;
//Image Control
XControl ImageControl2;
//Image Control
@@ -897,17 +897,17 @@ public abstract class WebWizardDialog extends WizardDialog implements WebWizardC
ilLayouts.helpURL = HID3_IL_LAYOUTS_IMG1;
/*for (int i = 0; i<8; i++)
- imgIconsPrev[i] = insertImage("imgIconPrev" + i,
+ imgIconsPrev[i] = insertImage("imgIconPrev" + i,
new String[] { "BackgroundColor","Border","Height","ImageURL", "PositionX", "PositionY", "ScaleImage", "Step", "Tabstop", "Width"},
new Object[] { new Integer(-1), new Short((short)0),new Integer(14),"file:///c:/bludisk.gif", new Integer(97 + i * 20 + 7 ),new Integer(147),Boolean.FALSE,INTEGERS[5],Boolean.FALSE,new Integer(14)});
*/
}
/**
- * renders the images and titles of
+ * renders the images and titles of
* the layouts
* @author rpiterman
-
+
*/
private class LayoutRenderer implements ImageList.IImageRenderer
{