summaryrefslogtreecommitdiff
path: root/wizards/source/gimmicks/GetTexts.xba
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/source/gimmicks/GetTexts.xba')
-rw-r--r--wizards/source/gimmicks/GetTexts.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/gimmicks/GetTexts.xba b/wizards/source/gimmicks/GetTexts.xba
index 53d4675b17ec..9d3dec3be219 100644
--- a/wizards/source/gimmicks/GetTexts.xba
+++ b/wizards/source/gimmicks/GetTexts.xba
@@ -22,7 +22,7 @@
' This Macro extracts the Strings out of the currently activated document und inserts them into a logdocument
' The aim of the macro is to provide the programmer an insight into the StarOffice API
' It focusses on how document-Objects are accessed.
-' Therefor not only texts of the document-body are retrieved but also Texts of general
+' Therefore not only texts of the document-body are retrieved but also Texts of general
' document Objects like, Annotations, charts and general Document Information
Public oLogDocument, oLogText, oLogCursor, oLogHeaderStyle, oLogBodyTextStyle as Object
@@ -200,7 +200,7 @@ Dim oCell as Object
oPara = ParaEnum.NextElement
' Note: The Enumeration ParaEnum lists all tables and Paragraphs.
- ' Therefor we have to find out what kind of object "oPara" actually is
+ ' Therefore we have to find out what kind of object "oPara" actually is
If oPara.supportsService("com.sun.star.text.Paragraph") Then
' "oPara" is a Paragraph
oTextPortEnum = oPara.createEnumeration