diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-05-27 07:21:44 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-05-27 13:50:12 +0200 |
commit | e1f1f2b85379faa79e2b52ee221089b1d01646f7 (patch) | |
tree | d7ecac3092a2a47fec80f17d6031ac65f6b7d9ea /wizards | |
parent | dccf807b7585c0b73700c54642c37821c0836ae3 (diff) |
Fix typo
Change-Id: Id0d9335df80539877d1ee27e57e98b0a6aae75db
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152337
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/sfdialogs/SF_Dialog.xba b/wizards/source/sfdialogs/SF_Dialog.xba index a81e83494dc5..f08a6ad7b45d 100644 --- a/wizards/source/sfdialogs/SF_Dialog.xba +++ b/wizards/source/sfdialogs/SF_Dialog.xba @@ -2581,7 +2581,7 @@ Try: ' Set dimension and position With oControlModel If IsArray(Place) Then - ' Ignore width and height when new control is cloed from an existing one + ' Ignore width and height when new control is cloned from an existing one If UBound(Place) >= 1 Then .PositionX = Place(0) .PositionY = Place(1) @@ -3119,4 +3119,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> |