wizards/source/sfdialogs/SF_Dialog.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit e1f1f2b85379faa79e2b52ee221089b1d01646f7 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat May 27 07:21:44 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat May 27 13:50:12 2023 +0200 Fix typo Change-Id: Id0d9335df80539877d1ee27e57e98b0a6aae75db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152337 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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>