diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-02-06 22:16:08 +0100 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-02-07 08:42:14 +0100 |
commit | f72e347f6d8f26c6961d9d4f17a798f3b3276280 (patch) | |
tree | 9313d14837b4ca91630cf33666f6f7108d76825f /wizards/source | |
parent | 9933c3631b5bd9d7b47d0d12c5a7dd292cf1944f (diff) |
Fix typos
Change-Id: I30743ea4caf9702f26005567d293f076ff7f78fd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110517
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'wizards/source')
-rw-r--r-- | wizards/source/sfdocuments/SF_FormControl.xba | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/sfdocuments/SF_FormControl.xba b/wizards/source/sfdocuments/SF_FormControl.xba index aebe9a1dd313..7fbd49bba965 100644 --- a/wizards/source/sfdocuments/SF_FormControl.xba +++ b/wizards/source/sfdocuments/SF_FormControl.xba @@ -867,7 +867,7 @@ Public Function SetFocus() As Boolean Dim bSetFocus As Boolean ' Return value Dim iColPosition As Integer ' Position of control in table -Dim oTableModel As Object ' XControlModel of parent tabel +Dim oTableModel As Object ' XControlModel of parent table Dim oControl As Object ' com.sun.star.awt.XControlModel Dim i As Integer, j As Integer Const cstThisSub = "SFDocuments.FormControl.SetFocus" @@ -1846,4 +1846,4 @@ Private Function _Repr() As String End Function ' SFDocuments.SF_FormControl._Repr REM ============================================ END OF SFDOCUMENTS.SF_FORMCONTROL -</script:module>
\ No newline at end of file +</script:module> |