diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-05-22 17:49:14 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-05-22 20:44:05 +0200 |
commit | fba847a7fc515b271b60c1a3fe54254cc4424423 (patch) | |
tree | 9f78cee9acb03fe1d5ad9f8211ad50454c77f8d0 | |
parent | 1d2830b936d02ed0882d9cc1234ddafb3bb7e8dd (diff) |
Fix typo
Change-Id: I6fab6b5c40eb9668df72ea01a2d158eabdc99f86
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152121
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-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 4979fa82a681..9eb72d1a2d94 100644 --- a/wizards/source/sfdialogs/SF_Dialog.xba +++ b/wizards/source/sfdialogs/SF_Dialog.xba @@ -14,7 +14,7 @@ Option Explicit ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ''' SF_Dialog ''' ========= -''' Management of dialogs. They may bedefined with the Basic IDE or built from scratch +''' Management of dialogs. They may be defined with the Basic IDE or built from scratch ''' Each instance of the current class represents a single dialog box displayed to the user ''' ''' A dialog box can be displayed in modal or in non-modal modes @@ -2971,4 +2971,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> |