summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-07 23:14:45 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-08 12:21:19 +0200
commite544f449eded2738b45de4be13c72b128a16bafe (patch)
tree3e779fd42f9a17d2b2d62cd8fe43c6bf63d78953 /wizards
parent307edd412e4fe3a74378959f5d93f5a2a44f1b60 (diff)
Fix typos
Change-Id: I020c7ce4d9aa93cb0292378a410cdb9f7788e920 Signed-off-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/agenda/AgendaDocument.py4
-rw-r--r--wizards/source/formwizard/develop.xba4
2 files changed, 4 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
index 8ab03c429dc6..23c9a60de067 100644
--- a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
+++ b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
@@ -265,11 +265,11 @@ class AgendaDocument(TextDocument):
'''Initializes a template.<br/>
This method does the following tasks:<br/>
- Get a Time and Date format for the document, and retrieve the null
+ get a Time and Date format for the document, and retrieve the null
date of the document (which is document-specific).<br/>
Initializes the Items Cache map.
Analyses the document:<br/>
- -find all "fille-ins" (appear as &gt;xxx&lt; in the document).
+ -find all "filled-ins" (appear as &gt;xxx&lt; in the document).
-analyze all items sections (and the tables in them).
-locate the titles and actualize them
-analyze the topics table
diff --git a/wizards/source/formwizard/develop.xba b/wizards/source/formwizard/develop.xba
index 238ac1554535..ce5730f58bd9 100644
--- a/wizards/source/formwizard/develop.xba
+++ b/wizards/source/formwizard/develop.xba
@@ -338,7 +338,7 @@ Dim nBaseWidth as Long
Set oLocTextShape = oTCShapeList(a)
If CurArrangement = cLeftJustified Then
If nYDBPos + nDBHeight = nMaxRowY Then
- &apos; The last Control was the highes in the row
+ &apos; The last Control was the highest in the row
nYDBPos = nSecMaxRowY + cVertDistance
Else
nYDBPos = nMaxRowY + cVertDistance
@@ -547,4 +547,4 @@ Dim i as Integer
Else
RemoveNirwanaShapes()
End If
-End Sub</script:module> \ No newline at end of file
+End Sub</script:module>