summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/web
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/web')
-rw-r--r--wizards/com/sun/star/wizards/web/AbstractErrorHandler.java12
-rw-r--r--wizards/com/sun/star/wizards/web/BackgroundsDialog.java18
-rw-r--r--wizards/com/sun/star/wizards/web/CallWizard.java4
-rw-r--r--wizards/com/sun/star/wizards/web/ErrorHandler.java6
-rw-r--r--wizards/com/sun/star/wizards/web/ExtensionVerifier.java4
-rw-r--r--wizards/com/sun/star/wizards/web/FTPDialog.java20
-rw-r--r--wizards/com/sun/star/wizards/web/FTPDialogResources.java6
-rw-r--r--wizards/com/sun/star/wizards/web/IconsDialog.java4
-rw-r--r--wizards/com/sun/star/wizards/web/ImageListDialog.java18
-rw-r--r--wizards/com/sun/star/wizards/web/LogTaskListener.java2
-rw-r--r--wizards/com/sun/star/wizards/web/Process.java52
-rw-r--r--wizards/com/sun/star/wizards/web/ProcessErrorHandler.java2
-rw-r--r--wizards/com/sun/star/wizards/web/ProcessErrors.java2
-rw-r--r--wizards/com/sun/star/wizards/web/ProcessStatusRenderer.java4
-rw-r--r--wizards/com/sun/star/wizards/web/StatusDialog.java6
-rw-r--r--wizards/com/sun/star/wizards/web/StylePreview.java12
-rw-r--r--wizards/com/sun/star/wizards/web/TOCPreview.java18
-rw-r--r--wizards/com/sun/star/wizards/web/WWD_Events.java46
-rw-r--r--wizards/com/sun/star/wizards/web/WWD_General.java26
-rw-r--r--wizards/com/sun/star/wizards/web/WWD_Startup.java2
-rw-r--r--wizards/com/sun/star/wizards/web/WWHID.java2
-rw-r--r--wizards/com/sun/star/wizards/web/WebWizard.java2
-rw-r--r--wizards/com/sun/star/wizards/web/WebWizardConst.java2
-rw-r--r--wizards/com/sun/star/wizards/web/WebWizardDialog.java12
-rw-r--r--wizards/com/sun/star/wizards/web/WebWizardDialogResources.java6
-rw-r--r--wizards/com/sun/star/wizards/web/data/CGArgument.java2
-rw-r--r--wizards/com/sun/star/wizards/web/data/CGContent.java2
-rw-r--r--wizards/com/sun/star/wizards/web/data/CGDesign.java2
-rw-r--r--wizards/com/sun/star/wizards/web/data/CGDocument.java8
-rw-r--r--wizards/com/sun/star/wizards/web/data/CGExporter.java2
-rw-r--r--wizards/com/sun/star/wizards/web/data/CGFilter.java4
-rw-r--r--wizards/com/sun/star/wizards/web/data/CGGeneralInfo.java2
-rw-r--r--wizards/com/sun/star/wizards/web/data/CGIconSet.java2
-rw-r--r--wizards/com/sun/star/wizards/web/data/CGImage.java2
-rw-r--r--wizards/com/sun/star/wizards/web/data/CGLayout.java2
-rw-r--r--wizards/com/sun/star/wizards/web/data/CGPublish.java2
-rw-r--r--wizards/com/sun/star/wizards/web/data/CGSession.java2
-rw-r--r--wizards/com/sun/star/wizards/web/data/CGSessionName.java2
-rw-r--r--wizards/com/sun/star/wizards/web/data/CGSettings.java2
-rw-r--r--wizards/com/sun/star/wizards/web/data/CGStyle.java4
-rw-r--r--wizards/com/sun/star/wizards/web/data/ConfigSetItem.java2
-rw-r--r--wizards/com/sun/star/wizards/web/data/TypeDetection.java10
-rw-r--r--wizards/com/sun/star/wizards/web/export/AbstractExporter.java2
-rw-r--r--wizards/com/sun/star/wizards/web/export/ConfiguredExporter.java2
-rw-r--r--wizards/com/sun/star/wizards/web/export/CopyExporter.java2
-rw-r--r--wizards/com/sun/star/wizards/web/export/Exporter.java8
-rw-r--r--wizards/com/sun/star/wizards/web/export/FilterExporter.java2
-rw-r--r--wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.java2
-rw-r--r--wizards/com/sun/star/wizards/web/status/ErrorLog.java2
-rw-r--r--wizards/com/sun/star/wizards/web/status/ErrorReporter.java2
-rw-r--r--wizards/com/sun/star/wizards/web/status/LogTaskListener.java2
-rw-r--r--wizards/com/sun/star/wizards/web/status/Task.java2
-rw-r--r--wizards/com/sun/star/wizards/web/status/TaskEvent.java2
-rw-r--r--wizards/com/sun/star/wizards/web/status/TaskListener.java2
54 files changed, 185 insertions, 185 deletions
diff --git a/wizards/com/sun/star/wizards/web/AbstractErrorHandler.java b/wizards/com/sun/star/wizards/web/AbstractErrorHandler.java
index 6a6c5a0c220f..b6a4855673f6 100644
--- a/wizards/com/sun/star/wizards/web/AbstractErrorHandler.java
+++ b/wizards/com/sun/star/wizards/web/AbstractErrorHandler.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
@@ -34,8 +34,8 @@ import com.sun.star.wizards.common.SystemDialog;
/**
* An abstract implementation of ErrorHandler, which
* uses a renderer method geMessageFor(Exception, Object, int, int)
- * (in this class still abstract...)
- * to render the errors, and displays
+ * (in this class still abstract...)
+ * to render the errors, and displays
* error messeges.
*/
public abstract class AbstractErrorHandler implements ErrorHandler
@@ -100,7 +100,7 @@ public abstract class AbstractErrorHandler implements ErrorHandler
/**
* display a message
* @deprecated
- * @param xmsf
+ * @param xmsf
* @param message the message to display
* @param errorType an int constant from the ErrorHandler interface.
* @return
@@ -159,7 +159,7 @@ public abstract class AbstractErrorHandler implements ErrorHandler
/**
* @param errorType
- * @return the Uno attributes for each error type.
+ * @return the Uno attributes for each error type.
*/
private static int getAttributeFor(int errorType)
{
@@ -227,7 +227,7 @@ public abstract class AbstractErrorHandler implements ErrorHandler
* @param ex the exception
* @param arg a free argument
* @param ix a free argument
- * @param type the error type (from the int constants
+ * @param type the error type (from the int constants
* in ErrorHandler interface)
* @return a Strings which will be displayed in the message box,
* and which describes the error, and the needed action from the user.
diff --git a/wizards/com/sun/star/wizards/web/BackgroundsDialog.java b/wizards/com/sun/star/wizards/web/BackgroundsDialog.java
index 70c40fbc6072..5663182af030 100644
--- a/wizards/com/sun/star/wizards/web/BackgroundsDialog.java
+++ b/wizards/com/sun/star/wizards/web/BackgroundsDialog.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
@@ -88,7 +88,7 @@ public class BackgroundsDialog extends ImageListDialog
/**
* trigered when the user clicks the "other" button.
- * opens a "file open" dialog, adds the selected
+ * opens a "file open" dialog, adds the selected
* image to the list and to the web wizard configuration,
* and then jumps to the new image, selecting it in the list.
* @see add(String)
@@ -106,7 +106,7 @@ public class BackgroundsDialog extends ImageListDialog
}
/**
- * adds the given image to the image list (to the model)
+ * adds the given image to the image list (to the model)
* and to the web wizard configuration.
* @param s
* @return
@@ -141,9 +141,9 @@ public class BackgroundsDialog extends ImageListDialog
}
/**
- * an ImageList Imagerenderer implemtation.
+ * an ImageList Imagerenderer implemtation.
* The image URL is the object given from the list model.
- * the image name, got from the "render" method is
+ * the image name, got from the "render" method is
* the filename portion of the url.
* @author rpiterman
*
@@ -177,13 +177,13 @@ public class BackgroundsDialog extends ImageListDialog
}
/**
- * This is a list model for the image list of the
+ * This is a list model for the image list of the
* backgrounds dialog.
* It takes the Backgrounds config set as an argument,
* and "parses" it to a list of files:
* It goes through each image in the set, and checks it:
* if it is a directory it lists all image files in this directory.
- * if it is a file, it adds the file to the list.
+ * if it is a file, it adds the file to the list.
* @author rpiterman
*/
private class Model extends DefaultListModel
@@ -272,8 +272,8 @@ public class BackgroundsDialog extends ImageListDialog
/**
* adds the given image url to the list.
- * if and only if it ends with jpg, jpeg or gif
- * (case insensitive)
+ * if and only if it ends with jpg, jpeg or gif
+ * (case insensitive)
* @param filename image url.
*/
private void add(String filename)
diff --git a/wizards/com/sun/star/wizards/web/CallWizard.java b/wizards/com/sun/star/wizards/web/CallWizard.java
index f0318e5f2e18..4b9d7a3680e4 100644
--- a/wizards/com/sun/star/wizards/web/CallWizard.java
+++ b/wizards/com/sun/star/wizards/web/CallWizard.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
@@ -54,7 +54,7 @@ public class CallWizard
/**
* Gives a factory for creating the service. This method is called by the
* <code>JavaLoader</code>
- *
+ *
* <p></p>
*
* @param stringImplementationName The implementation name of the component.
diff --git a/wizards/com/sun/star/wizards/web/ErrorHandler.java b/wizards/com/sun/star/wizards/web/ErrorHandler.java
index f330532a3058..aa9495e5cde0 100644
--- a/wizards/com/sun/star/wizards/web/ErrorHandler.java
+++ b/wizards/com/sun/star/wizards/web/ErrorHandler.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
@@ -52,7 +52,7 @@ public interface ErrorHandler
public static int DEF_YES = VclWindowPeerAttribute.DEF_YES;
public static int DEF_NO = VclWindowPeerAttribute.DEF_NO;
/**
- * Error type for fatal errors which should abort application
+ * Error type for fatal errors which should abort application
* execution. Should actually never be used :-)
*/
public static final int ERROR_FATAL = 0;
@@ -101,7 +101,7 @@ public interface ErrorHandler
*/
public static final int ERROR_WARNING = 8;
/**
- * An error type which just tells the user something
+ * An error type which just tells the user something
* ( like "you look tired! you should take a bath! and so on)
*/
public static final int ERROR_MESSAGE = 9;
diff --git a/wizards/com/sun/star/wizards/web/ExtensionVerifier.java b/wizards/com/sun/star/wizards/web/ExtensionVerifier.java
index 8bc036131b70..2b7158b5ad31 100644
--- a/wizards/com/sun/star/wizards/web/ExtensionVerifier.java
+++ b/wizards/com/sun/star/wizards/web/ExtensionVerifier.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
@@ -50,7 +50,7 @@ public class ExtensionVerifier implements UCB.Verifier
/**
* @return true if the given object is
* a String which does not end with the
- * given extension.
+ * given extension.
*/
public boolean verify(Object object)
{
diff --git a/wizards/com/sun/star/wizards/web/FTPDialog.java b/wizards/com/sun/star/wizards/web/FTPDialog.java
index 1cc68ed8491f..fc11e1779bc5 100644
--- a/wizards/com/sun/star/wizards/web/FTPDialog.java
+++ b/wizards/com/sun/star/wizards/web/FTPDialog.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
@@ -56,7 +56,7 @@ import com.sun.star.wizards.web.data.CGSettings;
/**
* This is the FTP Dialog. <br/>
- * The Dialog enables the user:
+ * The Dialog enables the user:
* (*) entering FTP server and user information.
* (*) testing the connection.
* (*) choosing a directory on the server.
@@ -75,7 +75,7 @@ public class FTPDialog extends UnoDialog2 implements UIConsts, WWHID
/**
* A Constant used for the setLabel(int) method to change the
- * status-display. "unknown" is the status when the user first
+ * status-display. "unknown" is the status when the user first
* opens the dialog, or changes the servername/username/password.
*/
private final static int STATUS_UNKONWN = 0;
@@ -123,7 +123,7 @@ public class FTPDialog extends UnoDialog2 implements UIConsts, WWHID
*/
private final static String ICON_UNKNOWN = "ftpunknown.gif";
/**
- * The icon url for an icon representing the "connecting" state.
+ * The icon url for an icon representing the "connecting" state.
*/
private final static String ICON_CONNECTING = "ftpconnecting.gif"; //GUI Components as Class members.
//Fixed Line
@@ -178,7 +178,7 @@ public class FTPDialog extends UnoDialog2 implements UIConsts, WWHID
* @param xmsf
* @param p the publishert object that contains the data
* for this dialog
- * @throws Exception
+ * @throws Exception
*/
public FTPDialog(XMultiServiceFactory xmsf, CGPublish p) throws Exception
{
@@ -408,8 +408,8 @@ public class FTPDialog extends UnoDialog2 implements UIConsts, WWHID
}
/**
- * extract the hostname out of the url used by the
- * publisher. This url does not include the username:password string.
+ * extract the hostname out of the url used by the
+ * publisher. This url does not include the username:password string.
* @param ftpUrl
* @return
*/
@@ -616,7 +616,7 @@ public class FTPDialog extends UnoDialog2 implements UIConsts, WWHID
/**
* changes the status label to disconnected status, and
* disables the ok and choose-dir buttons.
- * This method is called also when the hostname, username
+ * This method is called also when the hostname, username
* and passwordtext fields change.
*/
public void disconnect()
@@ -693,7 +693,7 @@ public class FTPDialog extends UnoDialog2 implements UIConsts, WWHID
}
/**
- * changes the text of the status label and
+ * changes the text of the status label and
* (TODO) the status image.
* @param label
* @param color
@@ -713,7 +713,7 @@ public class FTPDialog extends UnoDialog2 implements UIConsts, WWHID
}
/**
- * called when the user clicks
+ * called when the user clicks
* the choose-dir button. ("...")
* Opens the pickFolder dialog.
* checks if the returned folder is an ftp folder.
diff --git a/wizards/com/sun/star/wizards/web/FTPDialogResources.java b/wizards/com/sun/star/wizards/web/FTPDialogResources.java
index b9a5fe7548d6..83b12084a6bf 100644
--- a/wizards/com/sun/star/wizards/web/FTPDialogResources.java
+++ b/wizards/com/sun/star/wizards/web/FTPDialogResources.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
@@ -65,8 +65,8 @@ public class FTPDialogResources extends Resource
super(xmsf, UNIT_NAME, MODULE_NAME);
/**
- * Delete the String, uncomment the getResText method
- *
+ * Delete the String, uncomment the getResText method
+ *
*/
resFTPDialog_title = getResText(RID_FTPDIALOG_START + 0);
reslblUsername_value = getResText(RID_FTPDIALOG_START + 1);
diff --git a/wizards/com/sun/star/wizards/web/IconsDialog.java b/wizards/com/sun/star/wizards/web/IconsDialog.java
index 6228180a75f4..59d205674737 100644
--- a/wizards/com/sun/star/wizards/web/IconsDialog.java
+++ b/wizards/com/sun/star/wizards/web/IconsDialog.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
@@ -41,7 +41,7 @@ import com.sun.star.wizards.web.data.CGIconSet;
* This class simulates a model, though it does not functions really as one,
* since it does not cast events.
* It also implements the ImageList.ImageRenderer interface, to handle
- * its own objects.
+ * its own objects.
*/
public class IconsDialog extends ImageListDialog implements ImageList.IImageRenderer, ListModel
{
diff --git a/wizards/com/sun/star/wizards/web/ImageListDialog.java b/wizards/com/sun/star/wizards/web/ImageListDialog.java
index 976d61222e72..a31f8ed73368 100644
--- a/wizards/com/sun/star/wizards/web/ImageListDialog.java
+++ b/wizards/com/sun/star/wizards/web/ImageListDialog.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
@@ -45,7 +45,7 @@ import com.sun.star.wizards.ui.ImageList.Counter;
* The model and the renderer are
* still abstract in this class.
* To use the class one should extend it,
- * in the constructor then set the imageList
+ * in the constructor then set the imageList
* properties (member name il) like image size, grid size,
* model renderer aso, and then call "build".
* This class uses a counter renderer which
@@ -58,9 +58,9 @@ import com.sun.star.wizards.ui.ImageList.Counter;
* so dialogs which do not need those, should set the corresponding
* members showDeselectButton and/or showOtherButton to false.
* <br/>
- * the consturctor should recieve, among others, an Array of String resources - see
+ * the consturctor should recieve, among others, an Array of String resources - see
* constructor documentation for details.
- *
+ *
* @author rpiterman
*/
public abstract class ImageListDialog extends UnoDialog2 implements UIConsts
@@ -94,12 +94,12 @@ public abstract class ImageListDialog extends UnoDialog2 implements UIConsts
private int hid;
/**
- *
+ *
* @param xmsf
* @param resources_ a string array with the following strings :
* dialog title, label text, ok, cancel, help, deselect, other.
- * <br/> if "deselect" and "other" are not displayed,
- * the array can also be shorter. but if "other" is displayed
+ * <br/> if "deselect" and "other" are not displayed,
+ * the array can also be shorter. but if "other" is displayed
* and "deselect" not, both must be there :-(
*/
public ImageListDialog(
@@ -116,7 +116,7 @@ public abstract class ImageListDialog extends UnoDialog2 implements UIConsts
* adds the controls to the dialog, depending on
* the size of the image list.
* This method should be called by subclasses after setting
- * the il ImageList member properties
+ * the il ImageList member properties
*/
protected void build()
{
@@ -198,7 +198,7 @@ public abstract class ImageListDialog extends UnoDialog2 implements UIConsts
il.tabIndex = 1;
il.create(this);
- /*lblContainer = insertLabel("lblContainer",
+ /*lblContainer = insertLabel("lblContainer",
new String[] {"Height", "Name", "PositionX", "PositionY", "TabIndex", "Width"},
new Object[] { new Integer(176),"lblContainer",new Integer(6),new Integer(17),new Short((short)5),new Integer(214)}
);*/
diff --git a/wizards/com/sun/star/wizards/web/LogTaskListener.java b/wizards/com/sun/star/wizards/web/LogTaskListener.java
index f1814f9e4cb6..bb97fdf83819 100644
--- a/wizards/com/sun/star/wizards/web/LogTaskListener.java
+++ b/wizards/com/sun/star/wizards/web/LogTaskListener.java
@@ -2,7 +2,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
diff --git a/wizards/com/sun/star/wizards/web/Process.java b/wizards/com/sun/star/wizards/web/Process.java
index d1ae8e23763e..0bcb3e245c20 100644
--- a/wizards/com/sun/star/wizards/web/Process.java
+++ b/wizards/com/sun/star/wizards/web/Process.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
@@ -76,7 +76,7 @@ import com.sun.star.wizards.web.export.Exporter;
* all preparations are done in WWD_Events.finishWizard methods.
* <br/>
* <br/>
- *
+ *
* note on error handling: <br/>
* on "catch" clauses I tries to decide whether the
* exception is fatal or not. For fatal exception an error message
@@ -84,7 +84,7 @@ import com.sun.star.wizards.web.export.Exporter;
* and a false is returned.
* In less-fatal errors, the errorHandler "should decide" which means,
* the user is given the option to "OK" or to "Cancel" and depending
- * on that interaction I cary on.
+ * on that interaction I cary on.
*/
public class Process implements WebWizardConst, ProcessErrors
{
@@ -105,8 +105,8 @@ public class Process implements WebWizardConst, ProcessErrors
private UCB ucb;
public Task myTask;
/**
- * This is a cache for exporters, so I do not need to
- * instanciate the same exporter more than once.
+ * This is a cache for exporters, so I do not need to
+ * instanciate the same exporter more than once.
*/
private Map exporters = new Hashtable(3);
private boolean result;
@@ -131,7 +131,7 @@ public class Process implements WebWizardConst, ProcessErrors
/**
* @return to how many destinations should the
- * generated site be published.
+ * generated site be published.
*/
private int countPublish()
{
@@ -203,7 +203,7 @@ public class Process implements WebWizardConst, ProcessErrors
if (!result)
{
- myTask.fail(); //this is a bug protection.
+ myTask.fail(); //this is a bug protection.
}
while (myTask.getStatus() < myTask.getMax())
{
@@ -273,13 +273,13 @@ public class Process implements WebWizardConst, ProcessErrors
// * @return true if should continue
// */
// private boolean cleanup(String dir) {
-//
+//
// boolean success = true;
//
// if (dir != null && fileAccess.exists(dir,false)) {
//
// String[] files = fileAccess.listFiles(dir,true);
-//
+//
// for (int i = 0; i < files.length; i++) {
// if (fileAccess.isDirectory(files[i]))
// success = success && cleanup(files[i]);
@@ -291,7 +291,7 @@ public class Process implements WebWizardConst, ProcessErrors
// return success && fileAccess.delete(dir);
// }
/**
- * This method is used to copy style files to a target
+ * This method is used to copy style files to a target
* Directory: css and background.
* Note that this method is static since it is
* also used when displaying a "preview"
@@ -319,7 +319,7 @@ public class Process implements WebWizardConst, ProcessErrors
}
/**
- * Copy "static" files (which are always the same,
+ * Copy "static" files (which are always the same,
* thus not user-input-dependant) to a target directory.
* Note that this method is static since it is
* also used when displaying a "preview"
@@ -427,7 +427,7 @@ public class Process implements WebWizardConst, ProcessErrors
try
{
/*
- * here I create the DOM of the TOC to pass to the XSL
+ * here I create the DOM of the TOC to pass to the XSL
*/
Document doc = (Document) settings.cp_DefaultSession.createDOM();
generate(xmsf, layout, doc, fileAccess, targetDir, task);
@@ -439,7 +439,7 @@ public class Process implements WebWizardConst, ProcessErrors
return false;
}
- /* copy files which are not xsl from layout directory to
+ /* copy files which are not xsl from layout directory to
* website root.
*/
try
@@ -507,7 +507,7 @@ public class Process implements WebWizardConst, ProcessErrors
throws Exception
{
/*
- * a map that contains xsl templates. the keys are the xsl file names.
+ * a map that contains xsl templates. the keys are the xsl file names.
*/
Map templates = layout.getTemplates(xmsf);
@@ -565,7 +565,7 @@ public class Process implements WebWizardConst, ProcessErrors
* In the present situation, where we only use a "flat" list of
* documents, instead of the original plan to use a tree,
* the recursion is not implemented.
- * @param content the content ( directory-like, contains documents)
+ * @param content the content ( directory-like, contains documents)
* @param dir (target directory for exporting this content.
* @param task
* @return true if should continue
@@ -626,7 +626,7 @@ public class Process implements WebWizardConst, ProcessErrors
}
catch (SecurityException sx)
{
- // nonfatal
+ // nonfatal
if (!error(sx, item, ERROR_EXPORT_SECURITY, ErrorHandler.ERROR_NORMAL_IGNORE))
{
return false;
@@ -674,7 +674,7 @@ public class Process implements WebWizardConst, ProcessErrors
error(ex, doc, ERROR_DOC_VALIDATE, ErrorHandler.ERROR_PROCESS_FATAL);
return false;
}
- //get the exporter specified for this document
+ //get the exporter specified for this document
}
CGExporter exporter = (CGExporter) settings.cp_Exporters.getElement(doc.cp_Exporter);
@@ -683,15 +683,15 @@ public class Process implements WebWizardConst, ProcessErrors
{
/*
- * here I calculate the destination filename.
- * I take the original filename (docFilename), substract the extension, (docExt) -> (fn)
+ * here I calculate the destination filename.
+ * I take the original filename (docFilename), substract the extension, (docExt) -> (fn)
* and find an available filename which starts with
* this filename, but with the new extension. (destExt)
*/
String docFilename = FileAccess.getFilename(doc.cp_URL);
String docExt = FileAccess.getExtension(docFilename);
- String fn = doc.localFilename.substring(0, doc.localFilename.length() - docExt.length() - 1); //filename without extension
+ String fn = doc.localFilename.substring(0, doc.localFilename.length() - docExt.length() - 1); //filename without extension
/*
* the copyExporter does not change
@@ -711,7 +711,7 @@ public class Process implements WebWizardConst, ProcessErrors
}
/*
- * if two files with the same name
+ * if two files with the same name
* need to be exported ? So here
* i get a new filename, so I do not
* overwrite files...
@@ -734,9 +734,9 @@ public class Process implements WebWizardConst, ProcessErrors
task.advance(true);
}
/*
- * getExporter(..) throws
+ * getExporter(..) throws
* IllegalAccessException, InstantiationException, ClassNotFoundException
- * export() throws Exception
+ * export() throws Exception
*/
catch (Exception ex)
{
@@ -762,7 +762,7 @@ public class Process implements WebWizardConst, ProcessErrors
/**
* submit an error.
- * @param ex the exception
+ * @param ex the exception
* @param arg1 error argument
* @param arg2 error argument 2
* @param errType error type
@@ -789,7 +789,7 @@ public class Process implements WebWizardConst, ProcessErrors
}
/**
- * creates an instance of the exporter class
+ * creates an instance of the exporter class
* as specified by the
* exporter object.
* @param export specifies the exporter to be created
@@ -811,7 +811,7 @@ public class Process implements WebWizardConst, ProcessErrors
/**
* searches the an exporter for the given CGExporter object
* in the cache.
- * If its not there, creates it, stores it in the cache and
+ * If its not there, creates it, stores it in the cache and
* returns it.
* @param export specifies the needed exporter.
* @return an Exporter instance
diff --git a/wizards/com/sun/star/wizards/web/ProcessErrorHandler.java b/wizards/com/sun/star/wizards/web/ProcessErrorHandler.java
index 96106986515c..75f08ed9068c 100644
--- a/wizards/com/sun/star/wizards/web/ProcessErrorHandler.java
+++ b/wizards/com/sun/star/wizards/web/ProcessErrorHandler.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
diff --git a/wizards/com/sun/star/wizards/web/ProcessErrors.java b/wizards/com/sun/star/wizards/web/ProcessErrors.java
index ca6da968654f..e3fb9f627080 100644
--- a/wizards/com/sun/star/wizards/web/ProcessErrors.java
+++ b/wizards/com/sun/star/wizards/web/ProcessErrors.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
diff --git a/wizards/com/sun/star/wizards/web/ProcessStatusRenderer.java b/wizards/com/sun/star/wizards/web/ProcessStatusRenderer.java
index 3fa3726f2e8f..4cbfde68194c 100644
--- a/wizards/com/sun/star/wizards/web/ProcessStatusRenderer.java
+++ b/wizards/com/sun/star/wizards/web/ProcessStatusRenderer.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
@@ -34,7 +34,7 @@ import com.sun.star.wizards.common.IRenderer;
/**
* @author rpiterman
* recieves status calls from the status dialog which
- * apears when the user clicks "create".
+ * apears when the user clicks "create".
* allocates strings from the resources to
* display the current task status.
* (renders the state to resource strings)
diff --git a/wizards/com/sun/star/wizards/web/StatusDialog.java b/wizards/com/sun/star/wizards/web/StatusDialog.java
index ab1e7a0b6bc7..279b10f6cc68 100644
--- a/wizards/com/sun/star/wizards/web/StatusDialog.java
+++ b/wizards/com/sun/star/wizards/web/StatusDialog.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
@@ -222,7 +222,7 @@ public class StatusDialog extends UnoDialog2 implements TaskListener
}
/**
- * changes the displayed text.
+ * changes the displayed text.
* A renderer is used to render
* the task's subtask name to a resource string.
*/
@@ -296,7 +296,7 @@ public class StatusDialog extends UnoDialog2 implements TaskListener
/**
* sets a method to be invoced when the
- *
+ *
*/
public void setFinishedMethod(MethodInvocation mi)
{
diff --git a/wizards/com/sun/star/wizards/web/StylePreview.java b/wizards/com/sun/star/wizards/web/StylePreview.java
index 93507929d84b..a59ffbdb5f01 100644
--- a/wizards/com/sun/star/wizards/web/StylePreview.java
+++ b/wizards/com/sun/star/wizards/web/StylePreview.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
@@ -32,10 +32,10 @@ import com.sun.star.wizards.web.data.CGStyle;
/**
* @author rpiterman
- * the style preview, which is a OOo Document Preview in
+ * the style preview, which is a OOo Document Preview in
* an Image Control.
* This class copies the files needed for this
- * preview from the web wizard work directory
+ * preview from the web wizard work directory
* to a given temporary directory, and updates them
* on request, according to the current style/background selection
* of the user.
@@ -48,7 +48,7 @@ public class StylePreview
* the destination html url.
*/
public String htmlFilename;
- /**
+ /**
* the destination css url
*/
private String cssFilename;
@@ -67,7 +67,7 @@ public class StylePreview
/**
* copies the html file to the temp directory, and calculates the
- * destination names of the background and css files.
+ * destination names of the background and css files.
* @param wwRoot is the root directory of the web wizard files (
* usually [oo]/share/template/[lang]/wizard/web
*/
@@ -113,7 +113,7 @@ public class StylePreview
//copy the background image to the temp directory.
fileAccess.copy(background, backgroundFilename);
}
- //copy the actual css to the temp directory
+ //copy the actual css to the temp directory
fileAccess.copy(css, cssFilename);
}
diff --git a/wizards/com/sun/star/wizards/web/TOCPreview.java b/wizards/com/sun/star/wizards/web/TOCPreview.java
index 1fb70a11d4b5..110a34e27fb6 100644
--- a/wizards/com/sun/star/wizards/web/TOCPreview.java
+++ b/wizards/com/sun/star/wizards/web/TOCPreview.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
@@ -44,12 +44,12 @@ import com.sun.star.wizards.web.data.CGSettings;
* @author rpiterman
* This class both copies necessary files to
* a temporary directory, generates a temporary TOC page,
- * and opens the generated html document in a web browser,
+ * and opens the generated html document in a web browser,
* by default "index.html" (unchangeable).
* <br/>
- * Since the files are both static and dynamic (some are always the same,
- * while other change according to user choices)
- * I divide this tasks to two: all necessary
+ * Since the files are both static and dynamic (some are always the same,
+ * while other change according to user choices)
+ * I divide this tasks to two: all necessary
* static files, which should not regularily update are copied upon
* instanciation.
* The TOC is generated in refresh(...);
@@ -69,9 +69,9 @@ public class TOCPreview
/**
* @param xmsf_
- * @param settings web wizard settings
- * @param res resources
- * @param tempDir_ destination
+ * @param settings web wizard settings
+ * @param res resources
+ * @param tempDir_ destination
* @throws Exception
*/
public TOCPreview(XMultiServiceFactory xmsf_, CGSettings settings, WebWizardDialogResources res, String tempDir_, XFrame _xFrame)
@@ -104,7 +104,7 @@ public class TOCPreview
Task task = new Task("", "", 10000);
Process.generate(xmsf, layout, doc, fileAccess, tempDir, task);
Process.copyLayoutFiles(ucb, fileAccess, settings, layout, tempDir);
- xDispatch.dispatch(openHyperlink, loadArgs); //Dispatch.dispatch(openHyperlink, loadArgs);
+ xDispatch.dispatch(openHyperlink, loadArgs); //Dispatch.dispatch(openHyperlink, loadArgs);
}
private PropertyValue[] loadArgs(String url)
diff --git a/wizards/com/sun/star/wizards/web/WWD_Events.java b/wizards/com/sun/star/wizards/web/WWD_Events.java
index e3927f188460..34261361d0bc 100644
--- a/wizards/com/sun/star/wizards/web/WWD_Events.java
+++ b/wizards/com/sun/star/wizards/web/WWD_Events.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
@@ -58,7 +58,7 @@ import com.sun.star.wizards.web.data.CGSessionName;
* not much application-logic here - just plain
* methods which react to events.
* The only exception are the finish methods with the save
- * session methods.
+ * session methods.
*/
public abstract class WWD_Events extends WWD_Startup
{
@@ -125,7 +125,7 @@ public abstract class WWD_Events extends WWD_Startup
}
}
- /* *********************************
+ /* *********************************
* STEP 1
*/
/**
@@ -238,7 +238,7 @@ public abstract class WWD_Events extends WWD_Startup
{
(short) 0
};
- // We try to select the same item index again, if possible
+ // We try to select the same item index again, if possible
if (settings.cp_SavedSessions.getSize() > selected[0])
{
nextSelected[0] = selected[0];
@@ -291,7 +291,7 @@ public abstract class WWD_Events extends WWD_Startup
* when the user clicks another document
* in the listbox, this method is called,
* and couses the display in
- * the textboxes title,description, author and export format
+ * the textboxes title,description, author and export format
* to change
*/
public void setSelectedDoc(short[] s)
@@ -302,7 +302,7 @@ public abstract class WWD_Events extends WWD_Startup
if (doc == null)
{
fillExportList(EMPTY_STRING_ARRAY);
- //I try to avoid refreshing the export list if
+ //I try to avoid refreshing the export list if
//the same type of document is chosen.
}
else if (oldDoc == null || (!oldDoc.appType.equals(doc.appType)))
@@ -348,8 +348,8 @@ public abstract class WWD_Events extends WWD_Startup
task.removeTaskListener(sd);
}
/*
- * When adding a single document, do not use a
- * status dialog...
+ * When adding a single document, do not use a
+ * status dialog...
*/
else
{
@@ -525,7 +525,7 @@ public abstract class WWD_Events extends WWD_Startup
}
/**
- * updates the ui of a certain publisher
+ * updates the ui of a certain publisher
* (the text box url)
* @param number
*/
@@ -632,7 +632,7 @@ public abstract class WWD_Events extends WWD_Startup
if (p.cp_Publish)
{
String path = getFileAccess().getPath(p.url, null);
- // target exists?
+ // target exists?
if (getFileAccess().exists(p.url, false))
{
//if its a directory
@@ -660,7 +660,7 @@ public abstract class WWD_Events extends WWD_Startup
}
}
else
- {//not a directory, but still exists
+ {//not a directory, but still exists
String message = JavaTools.replaceSubString(resources.resLocalTargetExistsAsfile,
path, "%FILENAME");
AbstractErrorHandler.showMessage(xMSF, xControl.getPeer(), message, ErrorHandler.ERROR_PROCESS_FATAL);
@@ -712,7 +712,7 @@ public abstract class WWD_Events extends WWD_Startup
{
String path = getFileAccess().getPath(p.cp_URL, null);
- // target exists?
+ // target exists?
if (getFileAccess().exists(p.cp_URL, false))
{
//if its a directory
@@ -725,7 +725,7 @@ public abstract class WWD_Events extends WWD_Startup
return false;
}
else
- {//not a directory, but still exists ( a file...)
+ {//not a directory, but still exists ( a file...)
if (!p.overwriteApproved)
{
String message = JavaTools.replaceSubString(resources.resZipTargetExists,
@@ -750,7 +750,7 @@ public abstract class WWD_Events extends WWD_Startup
String path = getFileAccess().getPath(p.cp_URL, null);
- // target exists?
+ // target exists?
if (getFileAccess().exists(p.url, false))
{
//if its a directory
@@ -902,10 +902,10 @@ public abstract class WWD_Events extends WWD_Startup
}
/**
- * this method will be called when the Status Dialog
- * is hidden.
+ * this method will be called when the Status Dialog
+ * is hidden.
* It checks if the "Process" was successfull, and if so,
- * it closes the wizard dialog.
+ * it closes the wizard dialog.
*/
public void finishWizardFinished()
{
@@ -950,7 +950,7 @@ public abstract class WWD_Events extends WWD_Startup
* @param exitOnCreate_ should the wizard close after
* a successfull create.
* Default is true,
- * I have a hidden feature which enables false here
+ * I have a hidden feature which enables false here
*/
public void finishWizard(boolean exitOnCreate_)
{
@@ -983,7 +983,7 @@ public abstract class WWD_Events extends WWD_Startup
* this method is only called
* if ftp-password was eather set, or
* the user entered one in the FTP Dialog which
- * popped up when clicking "Create".
+ * popped up when clicking "Create".
*
*/
private void finishWizard2()
@@ -1052,7 +1052,7 @@ public abstract class WWD_Events extends WWD_Startup
/*
* again, if proxies are on, I disable ftp before the creation process
- * starts.
+ * starts.
*/
if (proxies)
{
@@ -1134,7 +1134,7 @@ public abstract class WWD_Events extends WWD_Startup
}
/**
- * is called on the WindowHidden event,
+ * is called on the WindowHidden event,
* deletes the temporary directory.
*/
public void cleanup()
@@ -1240,13 +1240,13 @@ public abstract class WWD_Events extends WWD_Startup
// where the documents are added to in the list (offset)
int offset = (getSelectedDoc().length > 0 ? selectedDoc[0] + 1 : getDocsCount());
- /* if the user chose one file, the list starts at 0,
+ /* if the user chose one file, the list starts at 0,
* if he chose more than one, the first entry is a directory name,
* all the others are filenames.
*/
int start = (files.length > 1 ? 1 : 0);
/*
- * Number of documents failed to validate.
+ * Number of documents failed to validate.
*/
int failed = 0;
diff --git a/wizards/com/sun/star/wizards/web/WWD_General.java b/wizards/com/sun/star/wizards/web/WWD_General.java
index d4e273f4889b..4617a10ba898 100644
--- a/wizards/com/sun/star/wizards/web/WWD_General.java
+++ b/wizards/com/sun/star/wizards/web/WWD_General.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
@@ -86,7 +86,7 @@ public abstract class WWD_General extends WebWizardDialog
}
/*
- * File Dialog methods
+ * File Dialog methods
*/
protected SystemDialog getDocAddDialog()
{
@@ -98,7 +98,7 @@ public abstract class WWD_General extends WebWizardDialog
docAddDialog.addFilter(
JavaTools.replaceSubString(f.cp_Name, resources.prodName, "%PRODNAME"), f.cp_Filter, i == 0);
}
- //docAddDialog.addFilter(resources.resSODocs, "*.oxt;*.sxw;*.sxc;*.sxd;*.sxi;*.sdw;*.sdc;*.sdd;*.sdi;*.sda;*.sdp" ,true);
+ //docAddDialog.addFilter(resources.resSODocs, "*.oxt;*.sxw;*.sxc;*.sxd;*.sxi;*.sdw;*.sdc;*.sdd;*.sdi;*.sda;*.sdp" ,true);
//docAddDialog.addFilter(resources.resMSDocs, "*.doc;*.xls;*.ppt;*.pps",false);
//docAddDialog.addFilter(resources.resImages, "*.jpg;*.gif;*.png;*.bmp;*.tiff;*.jpeg;*.jpe",false);
//docAddDialog.addFilter(resources.resAllFiles,"*.*",false);
@@ -159,7 +159,7 @@ public abstract class WWD_General extends WebWizardDialog
}
/**
- * returns the document specified
+ * returns the document specified
* by the given short array.
* @param s
* @return
@@ -199,8 +199,8 @@ public abstract class WWD_General extends WebWizardDialog
}
/**
- * returns a publisher object for the given name
- * @param name one of the WebWizardConst constants : FTP
+ * returns a publisher object for the given name
+ * @param name one of the WebWizardConst constants : FTP
* @return
*/
protected CGPublish getPublisher(String name)
@@ -253,7 +253,7 @@ public abstract class WWD_General extends WebWizardDialog
{
return;
/*
- * disbale steps 3-7
+ * disbale steps 3-7
*/
}
for (int i = 3; i < 8; i++)
@@ -261,7 +261,7 @@ public abstract class WWD_General extends WebWizardDialog
setStepEnabled(i, enabled, true);
/* in this place i just disable the finish button.
* later, in the checkPublish, which is only performed if
- * this one is true, it will be enabled (if the check
+ * this one is true, it will be enabled (if the check
* is positive)
*/
}
@@ -331,9 +331,9 @@ public abstract class WWD_General extends WebWizardDialog
}
/**
- *
+ *
* @return false either if publishing input is wrong or there
- * are no publishing targets chosen. returns true when at least
+ * are no publishing targets chosen. returns true when at least
* one target is chosen, *and* all
* which are chosen are legal.
* If proxies are on, ftp publisher is ignored.
@@ -352,7 +352,7 @@ public abstract class WWD_General extends WebWizardDialog
/**
* This method checks if the publishing
- * input is ok, and enables and disables
+ * input is ok, and enables and disables
* the 'create' button.
* public because it is called from
* an event listener object.
@@ -374,8 +374,8 @@ public abstract class WWD_General extends WebWizardDialog
}
/**
- * substitutes path variables with the corresponding values.
- * @param path a path, which might contain OOo path variables.
+ * substitutes path variables with the corresponding values.
+ * @param path a path, which might contain OOo path variables.
* @return the path, after substituing path variables.
*/
protected String substitute(String path)
diff --git a/wizards/com/sun/star/wizards/web/WWD_Startup.java b/wizards/com/sun/star/wizards/web/WWD_Startup.java
index 818781cd0bf3..0af1c4614edd 100644
--- a/wizards/com/sun/star/wizards/web/WWD_Startup.java
+++ b/wizards/com/sun/star/wizards/web/WWD_Startup.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
diff --git a/wizards/com/sun/star/wizards/web/WWHID.java b/wizards/com/sun/star/wizards/web/WWHID.java
index 6d9a4882fcb9..8baa37243078 100644
--- a/wizards/com/sun/star/wizards/web/WWHID.java
+++ b/wizards/com/sun/star/wizards/web/WWHID.java
@@ -2,7 +2,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
diff --git a/wizards/com/sun/star/wizards/web/WebWizard.java b/wizards/com/sun/star/wizards/web/WebWizard.java
index 87ea5217b11e..81d6db638013 100644
--- a/wizards/com/sun/star/wizards/web/WebWizard.java
+++ b/wizards/com/sun/star/wizards/web/WebWizard.java
@@ -2,7 +2,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
diff --git a/wizards/com/sun/star/wizards/web/WebWizardConst.java b/wizards/com/sun/star/wizards/web/WebWizardConst.java
index 7ef17f134458..4846eabcdee9 100644
--- a/wizards/com/sun/star/wizards/web/WebWizardConst.java
+++ b/wizards/com/sun/star/wizards/web/WebWizardConst.java
@@ -2,7 +2,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
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
{
diff --git a/wizards/com/sun/star/wizards/web/WebWizardDialogResources.java b/wizards/com/sun/star/wizards/web/WebWizardDialogResources.java
index c4a4f0cf58cd..6019cbe71ac6 100644
--- a/wizards/com/sun/star/wizards/web/WebWizardDialogResources.java
+++ b/wizards/com/sun/star/wizards/web/WebWizardDialogResources.java
@@ -2,7 +2,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
@@ -189,8 +189,8 @@ public class WebWizardDialogResources
{
oResource = _oResource;
/**
- * Delete the String, uncomment the getResText method
- *
+ * Delete the String, uncomment the getResText method
+ *
*/
resWebWizardDialog_title = oResource.getResText(RID_WEBWIZARDDIALOG_START + 1);
reslblIntroduction_value = oResource.getResText(RID_WEBWIZARDDIALOG_START + 2);
diff --git a/wizards/com/sun/star/wizards/web/data/CGArgument.java b/wizards/com/sun/star/wizards/web/data/CGArgument.java
index 2ae2c70ce69c..dc21e21e0812 100644
--- a/wizards/com/sun/star/wizards/web/data/CGArgument.java
+++ b/wizards/com/sun/star/wizards/web/data/CGArgument.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
diff --git a/wizards/com/sun/star/wizards/web/data/CGContent.java b/wizards/com/sun/star/wizards/web/data/CGContent.java
index 9bf32f26ff48..4607e269b83f 100644
--- a/wizards/com/sun/star/wizards/web/data/CGContent.java
+++ b/wizards/com/sun/star/wizards/web/data/CGContent.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
diff --git a/wizards/com/sun/star/wizards/web/data/CGDesign.java b/wizards/com/sun/star/wizards/web/data/CGDesign.java
index 00c1ea10b949..96b102f078ac 100644
--- a/wizards/com/sun/star/wizards/web/data/CGDesign.java
+++ b/wizards/com/sun/star/wizards/web/data/CGDesign.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
diff --git a/wizards/com/sun/star/wizards/web/data/CGDocument.java b/wizards/com/sun/star/wizards/web/data/CGDocument.java
index 177355612675..b8c7ed50cd6b 100644
--- a/wizards/com/sun/star/wizards/web/data/CGDocument.java
+++ b/wizards/com/sun/star/wizards/web/data/CGDocument.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
@@ -92,7 +92,7 @@ public class CGDocument extends ConfigSetItem implements XMLProvider
/**
* The contents subdirectory name in which the document is in.
* This subdirectory will be created in the content's "docs"
- * subdirectory.
+ * subdirectory.
*/
public String dirName;
/**
@@ -180,7 +180,7 @@ public class CGDocument extends ConfigSetItem implements XMLProvider
xProps = ((XDocumentPropertiesSupplier) UnoRuntime.queryInterface(XDocumentPropertiesSupplier.class, component)).getDocumentProperties();
}
- task.advance(true); //4
+ task.advance(true); //4
//now use the object to read some document properties.
if (xProps != null)
@@ -255,7 +255,7 @@ public class CGDocument extends ConfigSetItem implements XMLProvider
/**
* @param media is the media description string returned by an UNO TypeDetection object.
* @return one of the constants in the interface TypeDetection.
- *
+ *
*/
private String getDocType(String media)
{
diff --git a/wizards/com/sun/star/wizards/web/data/CGExporter.java b/wizards/com/sun/star/wizards/web/data/CGExporter.java
index c23073fbed01..89ced4722531 100644
--- a/wizards/com/sun/star/wizards/web/data/CGExporter.java
+++ b/wizards/com/sun/star/wizards/web/data/CGExporter.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
diff --git a/wizards/com/sun/star/wizards/web/data/CGFilter.java b/wizards/com/sun/star/wizards/web/data/CGFilter.java
index dc4f41df746b..3c93437f0f25 100644
--- a/wizards/com/sun/star/wizards/web/data/CGFilter.java
+++ b/wizards/com/sun/star/wizards/web/data/CGFilter.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
@@ -30,6 +30,6 @@ public class CGFilter extends ConfigSetItem
{
public String cp_Name;
- //public boolean cp_Readonly;
+ //public boolean cp_Readonly;
public String cp_Filter;
}
diff --git a/wizards/com/sun/star/wizards/web/data/CGGeneralInfo.java b/wizards/com/sun/star/wizards/web/data/CGGeneralInfo.java
index c12d4c92f535..b3b80ea48c4d 100644
--- a/wizards/com/sun/star/wizards/web/data/CGGeneralInfo.java
+++ b/wizards/com/sun/star/wizards/web/data/CGGeneralInfo.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
diff --git a/wizards/com/sun/star/wizards/web/data/CGIconSet.java b/wizards/com/sun/star/wizards/web/data/CGIconSet.java
index 197c6c3e44b5..c09936e3ea48 100644
--- a/wizards/com/sun/star/wizards/web/data/CGIconSet.java
+++ b/wizards/com/sun/star/wizards/web/data/CGIconSet.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
diff --git a/wizards/com/sun/star/wizards/web/data/CGImage.java b/wizards/com/sun/star/wizards/web/data/CGImage.java
index e6d459bf48d5..d9e2e520b6ec 100644
--- a/wizards/com/sun/star/wizards/web/data/CGImage.java
+++ b/wizards/com/sun/star/wizards/web/data/CGImage.java
@@ -2,7 +2,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
diff --git a/wizards/com/sun/star/wizards/web/data/CGLayout.java b/wizards/com/sun/star/wizards/web/data/CGLayout.java
index 9d9557c1615a..18443014c902 100644
--- a/wizards/com/sun/star/wizards/web/data/CGLayout.java
+++ b/wizards/com/sun/star/wizards/web/data/CGLayout.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
diff --git a/wizards/com/sun/star/wizards/web/data/CGPublish.java b/wizards/com/sun/star/wizards/web/data/CGPublish.java
index 1a3746a3873d..97bfeedb6e4e 100644
--- a/wizards/com/sun/star/wizards/web/data/CGPublish.java
+++ b/wizards/com/sun/star/wizards/web/data/CGPublish.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
diff --git a/wizards/com/sun/star/wizards/web/data/CGSession.java b/wizards/com/sun/star/wizards/web/data/CGSession.java
index 3acd570b7878..98d362cc6a31 100644
--- a/wizards/com/sun/star/wizards/web/data/CGSession.java
+++ b/wizards/com/sun/star/wizards/web/data/CGSession.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
diff --git a/wizards/com/sun/star/wizards/web/data/CGSessionName.java b/wizards/com/sun/star/wizards/web/data/CGSessionName.java
index 77cde79a8ca2..d9957c93c0a4 100644
--- a/wizards/com/sun/star/wizards/web/data/CGSessionName.java
+++ b/wizards/com/sun/star/wizards/web/data/CGSessionName.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
diff --git a/wizards/com/sun/star/wizards/web/data/CGSettings.java b/wizards/com/sun/star/wizards/web/data/CGSettings.java
index ecc538b9fa83..e426ff030e87 100644
--- a/wizards/com/sun/star/wizards/web/data/CGSettings.java
+++ b/wizards/com/sun/star/wizards/web/data/CGSettings.java
@@ -2,7 +2,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
diff --git a/wizards/com/sun/star/wizards/web/data/CGStyle.java b/wizards/com/sun/star/wizards/web/data/CGStyle.java
index e6258d8c5fe1..a765e4dad752 100644
--- a/wizards/com/sun/star/wizards/web/data/CGStyle.java
+++ b/wizards/com/sun/star/wizards/web/data/CGStyle.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
@@ -30,7 +30,7 @@ public class CGStyle extends ConfigSetItem
{
public String cp_Name;
- //public boolean cp_Readonly;
+ //public boolean cp_Readonly;
public String cp_CssHref;
public String cp_BackgroundImage;
public String cp_IconSet;
diff --git a/wizards/com/sun/star/wizards/web/data/ConfigSetItem.java b/wizards/com/sun/star/wizards/web/data/ConfigSetItem.java
index 06c11a06178e..d4c147dc86c1 100644
--- a/wizards/com/sun/star/wizards/web/data/ConfigSetItem.java
+++ b/wizards/com/sun/star/wizards/web/data/ConfigSetItem.java
@@ -2,7 +2,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
diff --git a/wizards/com/sun/star/wizards/web/data/TypeDetection.java b/wizards/com/sun/star/wizards/web/data/TypeDetection.java
index d6998ac74814..9f832361765f 100644
--- a/wizards/com/sun/star/wizards/web/data/TypeDetection.java
+++ b/wizards/com/sun/star/wizards/web/data/TypeDetection.java
@@ -2,7 +2,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
@@ -41,19 +41,19 @@ public class TypeDetection
{
/**
- * a document which will open in writer.
+ * a document which will open in writer.
*/
public final static String WRITER_DOC = "writer";
/**
- * a document which will open in calc.
+ * a document which will open in calc.
*/
public final static String CALC_DOC = "calc";
/**
- * a document which will open in impress.
+ * a document which will open in impress.
*/
public final static String IMPRESS_DOC = "impress";
/**
- * a document which will open in draw.
+ * a document which will open in draw.
*/
public final static String DRAW_DOC = "draw";
/**
diff --git a/wizards/com/sun/star/wizards/web/export/AbstractExporter.java b/wizards/com/sun/star/wizards/web/export/AbstractExporter.java
index 97b1109add01..fc69ccb6fe15 100644
--- a/wizards/com/sun/star/wizards/web/export/AbstractExporter.java
+++ b/wizards/com/sun/star/wizards/web/export/AbstractExporter.java
@@ -2,7 +2,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
diff --git a/wizards/com/sun/star/wizards/web/export/ConfiguredExporter.java b/wizards/com/sun/star/wizards/web/export/ConfiguredExporter.java
index de13a8c31bbe..d9f9af0428fe 100644
--- a/wizards/com/sun/star/wizards/web/export/ConfiguredExporter.java
+++ b/wizards/com/sun/star/wizards/web/export/ConfiguredExporter.java
@@ -2,7 +2,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
diff --git a/wizards/com/sun/star/wizards/web/export/CopyExporter.java b/wizards/com/sun/star/wizards/web/export/CopyExporter.java
index f620e3b106d3..b3571523d00e 100644
--- a/wizards/com/sun/star/wizards/web/export/CopyExporter.java
+++ b/wizards/com/sun/star/wizards/web/export/CopyExporter.java
@@ -2,7 +2,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
diff --git a/wizards/com/sun/star/wizards/web/export/Exporter.java b/wizards/com/sun/star/wizards/web/export/Exporter.java
index 90f145cf1241..43ef9275db4b 100644
--- a/wizards/com/sun/star/wizards/web/export/Exporter.java
+++ b/wizards/com/sun/star/wizards/web/export/Exporter.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
@@ -47,12 +47,12 @@ public interface Exporter
* of a binary format.
* always use source.urlFilename as destination filename.
* @param source is a CGDocument object.
- * @param target contains the URL of a directory to which the
+ * @param target contains the URL of a directory to which the
* file should be exported to.
* @param xmsf this is a basic multiServiceFactory.
- * @param task - a task monitoring object. This should advance
+ * @param task - a task monitoring object. This should advance
* (call task.advacne(true) ) 3 times, while exporting.
- *
+ *
*/
public boolean export(CGDocument source, String targetDirectory, XMultiServiceFactory xmsf, Task task) throws IOException;
diff --git a/wizards/com/sun/star/wizards/web/export/FilterExporter.java b/wizards/com/sun/star/wizards/web/export/FilterExporter.java
index 8ff666d5ec87..58516d59e588 100644
--- a/wizards/com/sun/star/wizards/web/export/FilterExporter.java
+++ b/wizards/com/sun/star/wizards/web/export/FilterExporter.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
diff --git a/wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.java b/wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.java
index 07a79e15040e..d43a0f4b5a5e 100644
--- a/wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.java
+++ b/wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.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
diff --git a/wizards/com/sun/star/wizards/web/status/ErrorLog.java b/wizards/com/sun/star/wizards/web/status/ErrorLog.java
index d039fa5c64a3..258d96fa5bf8 100644
--- a/wizards/com/sun/star/wizards/web/status/ErrorLog.java
+++ b/wizards/com/sun/star/wizards/web/status/ErrorLog.java
@@ -2,7 +2,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
diff --git a/wizards/com/sun/star/wizards/web/status/ErrorReporter.java b/wizards/com/sun/star/wizards/web/status/ErrorReporter.java
index 4d967e24f3df..22a8e758372c 100644
--- a/wizards/com/sun/star/wizards/web/status/ErrorReporter.java
+++ b/wizards/com/sun/star/wizards/web/status/ErrorReporter.java
@@ -2,7 +2,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
diff --git a/wizards/com/sun/star/wizards/web/status/LogTaskListener.java b/wizards/com/sun/star/wizards/web/status/LogTaskListener.java
index d4109da3406f..6fa9c9b493cc 100644
--- a/wizards/com/sun/star/wizards/web/status/LogTaskListener.java
+++ b/wizards/com/sun/star/wizards/web/status/LogTaskListener.java
@@ -2,7 +2,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
diff --git a/wizards/com/sun/star/wizards/web/status/Task.java b/wizards/com/sun/star/wizards/web/status/Task.java
index 0fb0bf494286..c3a44c06e85f 100644
--- a/wizards/com/sun/star/wizards/web/status/Task.java
+++ b/wizards/com/sun/star/wizards/web/status/Task.java
@@ -2,7 +2,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
diff --git a/wizards/com/sun/star/wizards/web/status/TaskEvent.java b/wizards/com/sun/star/wizards/web/status/TaskEvent.java
index dd1d06c1938a..38e3d8f4d126 100644
--- a/wizards/com/sun/star/wizards/web/status/TaskEvent.java
+++ b/wizards/com/sun/star/wizards/web/status/TaskEvent.java
@@ -2,7 +2,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
diff --git a/wizards/com/sun/star/wizards/web/status/TaskListener.java b/wizards/com/sun/star/wizards/web/status/TaskListener.java
index 63745bf83a62..bf0f3c388f8a 100644
--- a/wizards/com/sun/star/wizards/web/status/TaskListener.java
+++ b/wizards/com/sun/star/wizards/web/status/TaskListener.java
@@ -2,7 +2,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