diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-06-20 17:54:17 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-06-20 21:43:41 +0200 |
commit | 2a7e64da7f385de8dbba1802530e251cf29259fb (patch) | |
tree | 8c57d211e9c3b7bcc320118277022c9441dee1d9 /wizards | |
parent | e59ab5306e308ccf44ba1a3f39ec73c34b3d387d (diff) |
Fix typos
Change-Id: I70d723ea2d0cad5a28840e250ae261aab6a08bfc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117514
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/scriptforge/SF_UI.xba | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/scriptforge/SF_UI.xba b/wizards/source/scriptforge/SF_UI.xba index 122dd218da93..07108c5fe438 100644 --- a/wizards/source/scriptforge/SF_UI.xba +++ b/wizards/source/scriptforge/SF_UI.xba @@ -409,7 +409,7 @@ Public Function GetDocument(Optional ByVal WindowName As Variant) As Variant ''' DOCUMENTERROR The targeted window could not be found ''' Examples: ''' Dim oDoc As Object -''' Set oDoc = ui.GetDocument ' or Set oDoc = ui.GetDcument(ThisComponent) +''' Set oDoc = ui.GetDocument ' or Set oDoc = ui.GetDocument(ThisComponent) ''' oDoc.Save() Dim oDocument As Object ' Return value @@ -1196,4 +1196,4 @@ Private Function _Repr() As String End Function ' ScriptForge.SF_UI._Repr REM ============================================ END OF SCRIPTFORGE.SF_UI -</script:module>
\ No newline at end of file +</script:module> |