diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:10:29 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:10:29 +0200 |
commit | 435f5e30c968ffd5761873f8b3f756949545ce72 (patch) | |
tree | b7f1623723f23d141d7b6b0cada5d28523d53fdf /wizards/com | |
parent | 60fbefc615f8931bf8b952293fc4eb4ac35dafd8 (diff) |
fdo#60724 correct spelling
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
Diffstat (limited to 'wizards/com')
4 files changed, 4 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/TopicsControl.py b/wizards/com/sun/star/wizards/agenda/TopicsControl.py index 9b3dc7da35b9..65af661553cc 100644 --- a/wizards/com/sun/star/wizards/agenda/TopicsControl.py +++ b/wizards/com/sun/star/wizards/agenda/TopicsControl.py @@ -31,7 +31,7 @@ from com.sun.star.awt.KeyModifier import SHIFT, MOD1 @author rpiterman This class implements the UI functionality of the topics scroller control. <br/> -During developement, there has been a few changes which were not *fully* done +During development, there has been a few changes which were not *fully* done mainly in converting the topics and time boxes from combobox and time box to normal textboxes, so in the code they might be referenced as combobox or timebox. This should be diff --git a/wizards/com/sun/star/wizards/common/ConfigNode.java b/wizards/com/sun/star/wizards/common/ConfigNode.java index 8e0521d8a3cb..7bb08aa89741 100644 --- a/wizards/com/sun/star/wizards/common/ConfigNode.java +++ b/wizards/com/sun/star/wizards/common/ConfigNode.java @@ -19,7 +19,7 @@ package com.sun.star.wizards.common; /** * This Interface specifies a method of an object which is - * capable of reading adn writing its data out of the + * capable of reading and writing its data out of the * OO Configuration. <br/> * There are 2 direct implementations: ConfigGroup and ConfigSet. * The root is the first Java Object in the configuration hirarchie. diff --git a/wizards/com/sun/star/wizards/web/data/CGDocument.java b/wizards/com/sun/star/wizards/web/data/CGDocument.java index 02231bb01f80..82dc63c775a6 100644 --- a/wizards/com/sun/star/wizards/web/data/CGDocument.java +++ b/wizards/com/sun/star/wizards/web/data/CGDocument.java @@ -150,7 +150,7 @@ public class CGDocument extends ConfigSetItem implements XMLProvider String path = getSettings().getFileAccess(xmsf).getPath(cp_URL, PropertyNames.EMPTY_STRING); localFilename = FileAccess.getFilename(path, File.separator); - /* if the type is a star office convertable document + /* if the type is a star office convertible document * We try to open the document to get some properties */ diff --git a/wizards/com/sun/star/wizards/web/data/CGDocument.py b/wizards/com/sun/star/wizards/web/data/CGDocument.py index 47f9caf220fc..9215b70a9e97 100644 --- a/wizards/com/sun/star/wizards/web/data/CGDocument.py +++ b/wizards/com/sun/star/wizards/web/data/CGDocument.py @@ -102,7 +102,7 @@ class CGDocument(ConfigGroup): path = self.root.getFileAccess(xmsf).getPath(self.cp_URL, "") self.localFilename = FileAccess.getFilename(path, separator) ''' - if the type is a star office convertable document + if the type is a star office convertible document We try to open the document to get some properties ''' xProps = None |