From f72e347f6d8f26c6961d9d4f17a798f3b3276280 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 6 Feb 2021 22:16:08 +0100 Subject: Fix typos Change-Id: I30743ea4caf9702f26005567d293f076ff7f78fd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110517 Tested-by: Jenkins Reviewed-by: Andrea Gelmini --- wizards/source/sfdocuments/SF_FormControl.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wizards') 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 - \ No newline at end of file + -- cgit