summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/web/BackgroundsDialog.java
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:06:53 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:06:53 +0200
commit6e4894c2019dc9c442dce738d3f0423d8d74973f (patch)
treee3734a287f4c02ecb120e54aa32141f95f484236 /wizards/com/sun/star/wizards/web/BackgroundsDialog.java
parentb84e1626f6fcb29fe784933dee51079c3447a50c (diff)
recreated tag libreoffice-3.3.3.1 which had these commits:
commit d7e53cee633ec1c583c72e6d9c01122195c4383c (tag: refs/tags/libreoffice-3.3.3.1) Author: Petr Mladek <pmladek@suse.cz> Date: Tue May 31 17:39:04 2011 +0200 Version 3.3.3.1, tag libreoffice-3.3.3.1 (3.3.3-rc1)
Notes
Notes: split repo tag: components_libreoffice-3.3.3.1 split repo tag: components_libreoffice-3.3.4.1
Diffstat (limited to 'wizards/com/sun/star/wizards/web/BackgroundsDialog.java')
-rw-r--r--wizards/com/sun/star/wizards/web/BackgroundsDialog.java18
1 files changed, 9 insertions, 9 deletions
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)