summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-04-20 18:14:39 +0200
committerMichael Stahl <michael.stahl@allotropia.de>2021-04-22 11:06:37 +0200
commit4489418cc7e439708e091e5c7f379dd78f6cfc1b (patch)
treef9e51cfa85a692ffcc4e069128a136dce4cd1018 /wizards
parent9be6795255f7348ca002b141310a2bd458e91b0e (diff)
Fix typos
Change-Id: I83e1fb153601106d028641db3c9a636813b928e7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114348 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/sfdialogs/SF_Register.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/sfdialogs/SF_Register.xba b/wizards/source/sfdialogs/SF_Register.xba
index fc3dbf54008c..8a807346babf 100644
--- a/wizards/source/sfdialogs/SF_Register.xba
+++ b/wizards/source/sfdialogs/SF_Register.xba
@@ -314,7 +314,7 @@ Try:
Set oDialogProvider = vContext.getServiceManager().createInstanceWithContext(&quot;com.sun.star.awt.DialogProvider&quot;, Array(oComp))
End Select
- &apos; Create the graphcal interface
+ &apos; Create the graphical interface
sScope = Iif(IsNull(oComp), &quot;application&quot;, &quot;document&quot;)
sURI = &quot;vnd.sun.star.script:&quot; &amp; vLibrary &amp; &quot;.&quot; &amp; vDialogName &amp; &quot;?location=&quot; &amp; sScope
On Local Error GoTo CatchNotFound
@@ -344,4 +344,4 @@ CatchNotFound:
End Function &apos; SFDialogs.SF_Register._NewDialog
REM ============================================== END OF SFDIALOGS.SF_REGISTER
-</script:module> \ No newline at end of file
+</script:module>