wizards/source/sfdialogs/SF_Dialog.xba |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 917c7837001345fa2faee5ecd700ad2318eb8bca
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Oct 13 12:14:28 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Oct 13 19:12:05 2022 +0200

    Fix typo
    
    Change-Id: I4bfa53602b34d18ae9229aa8e110b85dfd160f94
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141307
    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 3e9bca04b731..486e90ef71dd 100644
--- a/wizards/source/sfdialogs/SF_Dialog.xba
+++ b/wizards/source/sfdialogs/SF_Dialog.xba
@@ -1378,7 +1378,7 @@ Private Function _RegisterPageListener(ByVal 
psControlName As String _
 &apos;&apos;&apos;     or insert a new entry in the _PageManagement array by 
radio button in the same group as the 1st argument
 &apos;&apos;&apos;     Args:
 &apos;&apos;&apos;             psControlName: name of the involved control
-&apos;&apos;&apos;             psControlTypes: comma-separated list of allowad 
control types
+&apos;&apos;&apos;             psControlTypes: comma-separated list of allowed 
control types
 &apos;&apos;&apos;             piMgtType: one of the PILOTCONTROL, TABCONTROL, 
BACKCONTROL, NEXTCONTROL constants
 &apos;&apos;&apos;             plPageNumber: when &gt; 0 the page to jump to 
when control is clicked
 &apos;&apos;&apos;             piListener: one of the ACTIONPERFORMED, 
ITEMSTATECHANGED constants
@@ -1481,4 +1481,4 @@ Private Function _Repr() As String
 End Function   &apos;  SFDialogs.SF_Dialog._Repr
 
 REM ============================================ END OF SFDIALOGS.SF_DIALOG
-</script:module>
\ No newline at end of file
+</script:module>

Reply via email to