diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:32:37 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:32:37 +0200 |
commit | c32b6be06bf5453d82d9aad64aed5f384c9d1d1f (patch) | |
tree | 3807c57d8a33588f33a3d5cbed51ccff9bb40791 /wizards | |
parent | 435f5e30c968ffd5761873f8b3f756949545ce72 (diff) |
fdo#60724 correct spelling
Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
Diffstat (limited to 'wizards')
4 files changed, 5 insertions, 5 deletions
diff --git a/wizards/com/sun/star/wizards/ui/event/DataAware.java b/wizards/com/sun/star/wizards/ui/event/DataAware.java index 64c1fc5a2b37..855023c7371a 100644 --- a/wizards/com/sun/star/wizards/ui/event/DataAware.java +++ b/wizards/com/sun/star/wizards/ui/event/DataAware.java @@ -212,12 +212,12 @@ public abstract class DataAware { /** * Value objects read and write a value from and * to an object. Typically using reflection and JavaBeans properties - * or directly using memeber reflection API. + * or directly using member reflection API. * DataAware delegates the handling of the DataObject * to a Value object. * 2 implementations currently exist: PropertyValue, * using JavaBeans properties reflection, and DataAwareFields classes - * which implement different memeber types. + * which implement different member types. */ public interface Value { /** diff --git a/wizards/com/sun/star/wizards/web/ImageListDialog.java b/wizards/com/sun/star/wizards/web/ImageListDialog.java index 5423d204cc45..f9e446a1913e 100644 --- a/wizards/com/sun/star/wizards/web/ImageListDialog.java +++ b/wizards/com/sun/star/wizards/web/ImageListDialog.java @@ -51,7 +51,7 @@ 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 receive, among others, an Array of String resources - see * constructor documentation for details. */ public abstract class ImageListDialog extends UnoDialog2 implements UIConsts diff --git a/wizards/com/sun/star/wizards/web/ImageListDialog.py b/wizards/com/sun/star/wizards/web/ImageListDialog.py index b9e176e51681..746f71cbec09 100644 --- a/wizards/com/sun/star/wizards/web/ImageListDialog.py +++ b/wizards/com/sun/star/wizards/web/ImageListDialog.py @@ -45,7 +45,7 @@ to enable choosing images that are not in the list and 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 +the consturctor should receive, among others, an Array of String resources see constructor documentation for details. @author rpiterman diff --git a/wizards/com/sun/star/wizards/web/WWD_Startup.java b/wizards/com/sun/star/wizards/web/WWD_Startup.java index 4d8909675c8d..c33f913772ae 100644 --- a/wizards/com/sun/star/wizards/web/WWD_Startup.java +++ b/wizards/com/sun/star/wizards/web/WWD_Startup.java @@ -184,7 +184,7 @@ public abstract class WWD_Startup extends WWD_General boolean __ftp; /** * When the wizard starts, a new document opens. - * The backgroundDoc memeber contains the TextDocument + * The backgroundDoc member contains the TextDocument * instance used for that purpose. */ protected XFrame myFrame; |