summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-04-04 23:04:27 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-04-05 07:08:04 +0200
commit684ec4b870ad13b2eff3e10ef429f4e19bb57441 (patch)
treedfe6d2922b90b029c0cce0862549bbba8c260957 /wizards
parent50b56ee25b119fb18480d7c9c670ec3986b725cd (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.xba6
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 &apos; Parent com.sun.star.awt.Rectangle
Dim lParentX As Long &apos; X position of parent dialog
Dim lParentY As Long &apos; Y position of parent dialog
Dim oPosSize As Object &apos; Dialog com.sun.star.awt.Rectangle
-Dim iFlags As Integer &apos; com.sun.star.awt.PosSize conatnts
+Dim iFlags As Integer &apos; com.sun.star.awt.PosSize constants
Const cstThisSub = &quot;SFDialogs.Dialog.Center&quot;
Const cstSubArgs = &quot;[Parent]&quot;
@@ -756,7 +756,7 @@ Public Function Resize(Optional ByVal Left As Variant _
Dim bResize As Boolean &apos; Return value
Dim oPosSize As Object &apos; com.sun.star.awt.Rectangle
-Dim iFlags As Integer &apos; com.sun.star.awt.PosSize conatnts
+Dim iFlags As Integer &apos; com.sun.star.awt.PosSize constants
Const cstThisSub = &quot;SFDialogs.Dialog.Resize&quot;
Const cstSubArgs = &quot;[Left], [Top], [Width], [Height]&quot;
@@ -1108,4 +1108,4 @@ Private Function _Repr() As String
End Function &apos; SFDialogs.SF_Dialog._Repr
REM ============================================ END OF SFDIALOGS.SF_DIALOG
-</script:module> \ No newline at end of file
+</script:module>