diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-04-21 17:31:29 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-04-22 10:43:42 +0200 |
commit | 5c47997694adbaedfed5c20f861e493b4e07c134 (patch) | |
tree | 50037699794d929cc71f182f66eea31877edfdd8 /wizards | |
parent | 8359aebefe63397001ffcc1b8369d2db81af2f21 (diff) |
Fix typo
Change-Id: I943dbf7dd8c6ac138ab9fc16638a06b07dcace93
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150766
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/sfdialogs/SF_DialogUtils.xba | 4 |
1 files changed, 2 insertions, 2 deletions
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> |