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

New commits:
commit 35e5dcfa40c9408152cfbc38a4dd450aaee6d5c1
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Oct 13 12:16:53 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Oct 13 19:10:50 2022 +0200

    Fix typo
    
    Change-Id: I4171730123186c8b057e6a05e382f253f81a0013
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141310
    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 2b892ff72e70..90a90243e653 100644
--- a/wizards/source/sfdialogs/SF_Dialog.xba
+++ b/wizards/source/sfdialogs/SF_Dialog.xba
@@ -1374,8 +1374,8 @@ Private Function _RegisterPageListener(ByVal 
psControlName As String _
                                                                                
        , ByVal plPageNumber As Long _
                                                                                
        , ByVal piListener As Integer _
                                                                                
        ) As Boolean
-&apos;&apos;&apos;     Insert a new entry in the _PageManagemnt array when 1st 
argument is a listbox, a combobox or a button
-&apos;&apos;&apos;     or insert a new entry in the _PageManagemnt array by 
radio button in the same group as the 1st argument
+&apos;&apos;&apos;     Insert a new entry in the _PageManagement array when 
1st argument is a listbox, a combobox or a button
+&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

Reply via email to