wizards/source/sfdialogs/SF_DialogUtils.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 5c47997694adbaedfed5c20f861e493b4e07c134 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Apr 21 17:31:29 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Apr 22 10:43:42 2023 +0200 Fix typo Change-Id: I943dbf7dd8c6ac138ab9fc16638a06b07dcace93 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150766 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/wizards/source/sfdialogs/SF_DialogUtils.xba b/wizards/source/sfdialogs/SF_DialogUtils.xba index 0dc706be60d0..d8dc1b56e2a1 100644 --- a/wizards/source/sfdialogs/SF_DialogUtils.xba +++ b/wizards/source/sfdialogs/SF_DialogUtils.xba @@ -15,7 +15,7 @@ Option Private Module ''' FOR INTERNAL USE ONLY ''' Groups private functions that are common to the SF_Dialog and SF_DialogControl class modules ''' -''' Topics where SF_DiaogUtils matters: +''' Topics where SF_DialogUtils matters: ''' - resizing dialog and dialog controls ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' @@ -272,4 +272,4 @@ End Function ' SFDialogss.SF_DialogUtils._Resize REM ============================================= END OF SFDIALOGS.SF_DIALOGUTILS -</script:module> \ No newline at end of file +</script:module>