summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-02-12 16:47:25 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-02-12 16:06:46 +0000
commit8aff36d87f83fa2c86515f106c1e579b0903421a (patch)
treeb241462bacf64f990dd827435d57167b4087d965 /wizards
parentc26d6edbc1eef6b525c4073e2ed798234987efab (diff)
Various typos about property
Change-Id: I7585a1346fb19a886240db8dd393554efee862cc Reviewed-on: https://gerrit.libreoffice.org/34174 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/tutorials/ShowInfoDialog.xba8
1 files changed, 4 insertions, 4 deletions
diff --git a/wizards/source/tutorials/ShowInfoDialog.xba b/wizards/source/tutorials/ShowInfoDialog.xba
index defde111cbbf..e1da4b596237 100644
--- a/wizards/source/tutorials/ShowInfoDialog.xba
+++ b/wizards/source/tutorials/ShowInfoDialog.xba
@@ -24,7 +24,7 @@ Dim oWnd3 As Object
Dim oDoc as Object
Sub ShowInfoMain
- prop() = GetShowInfoPropeties()
+ prop() = GetShowInfoProperties()
Init(prop(0).Value, prop(1).Value, prop(2).Value, prop(3).Value, prop(4).Value, prop(5).Value, prop(6).Value, prop(7).Value, prop(8).Value)
End Sub
@@ -103,7 +103,7 @@ Sub Init(tFieldText As String, windowX, windowY, windowWidth, windowHeight, tFie
End Sub
-Function GetShowInfoPropeties()
+Function GetShowInfoProperties()
stepText = GetStepTitle()
Dim Properties(8) As new com.sun.star.beans.NamedValue
Properties(0).Name = &quot;ShowInfoDialogText&quot;
@@ -124,7 +124,7 @@ Function GetShowInfoPropeties()
Properties(7).Value = 190
Properties(8).Name = &quot;TFieldHeight&quot;
Properties(8).Value = 50
- GetShowInfoPropeties = Properties()
+ GetShowInfoProperties = Properties()
End Function
Sub setShowInfoText()
@@ -319,4 +319,4 @@ Function addShapeToDrawDoc(oPage as Object, nPosX, nPosY as Integer, oType As St
addShapeToDrawDoc() = oShape
End Function
-</script:module> \ No newline at end of file
+</script:module>