summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-02 18:26:18 +0200
committerSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2015-07-03 09:14:23 +0000
commit1c5f07e60cfd81f27ad3aea0b56634554f3ef5a9 (patch)
treeb3483c88ce443c8e8764b11782be236fc2e0170a /wizards/com/sun/star/wizards/ui
parent87dc6c82d5cd174ae2384b66a203a93402b43291 (diff)
Fix typos
Change-Id: I98b4dfb0f72f315065693335e2f882bb2eed3afe Reviewed-on: https://gerrit.libreoffice.org/16713 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'wizards/com/sun/star/wizards/ui')
-rw-r--r--wizards/com/sun/star/wizards/ui/FieldSelection.java2
-rw-r--r--wizards/com/sun/star/wizards/ui/event/DataAware.py2
-rw-r--r--wizards/com/sun/star/wizards/ui/event/UnoDataAware.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/ui/FieldSelection.java b/wizards/com/sun/star/wizards/ui/FieldSelection.java
index 3fc1ade50974..1d709b80004c 100644
--- a/wizards/com/sun/star/wizards/ui/FieldSelection.java
+++ b/wizards/com/sun/star/wizards/ui/FieldSelection.java
@@ -355,7 +355,7 @@ public class FieldSelection
private void changeSelectionOrder(int iNeighbor)
{
short[] iSelIndices = xSelectedFieldsListBox.getSelectedItemsPos();
- // TODO: we are assuming that the array starts with the lowest index. Verfy this assumption!!!!!
+ // TODO: we are assuming that the array starts with the lowest index. Verify this assumption!!!!!
if (iSelIndices.length == 1)
{
short iSelIndex = iSelIndices[0];
diff --git a/wizards/com/sun/star/wizards/ui/event/DataAware.py b/wizards/com/sun/star/wizards/ui/event/DataAware.py
index 3a4a0efea026..3ae8d052fe1a 100644
--- a/wizards/com/sun/star/wizards/ui/event/DataAware.py
+++ b/wizards/com/sun/star/wizards/ui/event/DataAware.py
@@ -135,7 +135,7 @@ class DataAware(object):
'''
given a collection containing DataAware objects,
- calls updateUI() on each memebr of the collection.
+ calls updateUI() on each member of the collection.
@param dataAwares a collection containing DataAware objects.
'''
diff --git a/wizards/com/sun/star/wizards/ui/event/UnoDataAware.py b/wizards/com/sun/star/wizards/ui/event/UnoDataAware.py
index 04ba03a3ddb2..195c7da23006 100644
--- a/wizards/com/sun/star/wizards/ui/event/UnoDataAware.py
+++ b/wizards/com/sun/star/wizards/ui/event/UnoDataAware.py
@@ -22,7 +22,7 @@ from ...common.PropertyNames import PropertyNames
'''
@author rpiterman
-This class suppoprts imple cases where a UI control can
+This class supports simple cases where a UI control can
be directly synchronized with a data property.
Such controls are: the different text controls
(synchronizing the "Text" , "Value", "Date", "Time" property),