diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-04-20 18:14:39 +0200 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2021-04-22 11:06:37 +0200 |
commit | 4489418cc7e439708e091e5c7f379dd78f6cfc1b (patch) | |
tree | f9e51cfa85a692ffcc4e069128a136dce4cd1018 /wizards | |
parent | 9be6795255f7348ca002b141310a2bd458e91b0e (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.xba | 4 |
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("com.sun.star.awt.DialogProvider", Array(oComp)) End Select - ' Create the graphcal interface + ' Create the graphical interface sScope = Iif(IsNull(oComp), "application", "document") sURI = "vnd.sun.star.script:" & vLibrary & "." & vDialogName & "?location=" & sScope On Local Error GoTo CatchNotFound @@ -344,4 +344,4 @@ CatchNotFound: End Function ' SFDialogs.SF_Register._NewDialog REM ============================================== END OF SFDIALOGS.SF_REGISTER -</script:module>
\ No newline at end of file +</script:module> |