summaryrefslogtreecommitdiff
path: root/wizards/source/euro/Writer.xba
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/source/euro/Writer.xba')
-rw-r--r--wizards/source/euro/Writer.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/euro/Writer.xba b/wizards/source/euro/Writer.xba
index d747b46d2324..bf89135bcdb5 100644
--- a/wizards/source/euro/Writer.xba
+++ b/wizards/source/euro/Writer.xba
@@ -31,7 +31,7 @@ Dim oCell as Object
While oParagraphs.HasMoreElements
oPara = oParagraphs.NextElement
If NOT oPara.supportsService("com.sun.star.text.Paragraph") Then
- ' Note: As cells might be splitted or merged
+ ' Note: As cells might be split or merged
' you cannot refer to them via their indices
sCellNames = oPara.CellNames
For i = 0 To Ubound(sCellNames)