diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-04-04 23:04:27 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-04-05 07:08:04 +0200 |
commit | 684ec4b870ad13b2eff3e10ef429f4e19bb57441 (patch) | |
tree | dfe6d2922b90b029c0cce0862549bbba8c260957 /wizards | |
parent | 50b56ee25b119fb18480d7c9c670ec3986b725cd (diff) |
Fix typos
Change-Id: I77ad3b01dbb2e8f8438b6f4a30ca2239490fb8f6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132537
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/sfdialogs/SF_Dialog.xba | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/source/sfdialogs/SF_Dialog.xba b/wizards/source/sfdialogs/SF_Dialog.xba index c772c9d1a4b4..fea3eac98f8f 100644 --- a/wizards/source/sfdialogs/SF_Dialog.xba +++ b/wizards/source/sfdialogs/SF_Dialog.xba @@ -341,7 +341,7 @@ Dim oParentPosSize As Object ' Parent com.sun.star.awt.Rectangle Dim lParentX As Long ' X position of parent dialog Dim lParentY As Long ' Y position of parent dialog Dim oPosSize As Object ' Dialog com.sun.star.awt.Rectangle -Dim iFlags As Integer ' com.sun.star.awt.PosSize conatnts +Dim iFlags As Integer ' com.sun.star.awt.PosSize constants Const cstThisSub = "SFDialogs.Dialog.Center" Const cstSubArgs = "[Parent]" @@ -756,7 +756,7 @@ Public Function Resize(Optional ByVal Left As Variant _ Dim bResize As Boolean ' Return value Dim oPosSize As Object ' com.sun.star.awt.Rectangle -Dim iFlags As Integer ' com.sun.star.awt.PosSize conatnts +Dim iFlags As Integer ' com.sun.star.awt.PosSize constants Const cstThisSub = "SFDialogs.Dialog.Resize" Const cstSubArgs = "[Left], [Top], [Width], [Height]" @@ -1108,4 +1108,4 @@ Private Function _Repr() As String End Function ' SFDialogs.SF_Dialog._Repr REM ============================================ END OF SFDIALOGS.SF_DIALOG -</script:module>
\ No newline at end of file +</script:module> |