wizards/source/sfdialogs/SF_DialogControl.xba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a51e981a1dbf51a25def24d306e075eeeefecba8 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Dec 8 21:37:42 2020 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Wed Dec 9 18:33:49 2020 +0100 Fix typo Change-Id: I637cd4a9a074c1907f3547f69999dea13c8d9f4a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107441 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/wizards/source/sfdialogs/SF_DialogControl.xba b/wizards/source/sfdialogs/SF_DialogControl.xba index a2dce45e585b..1b8c72cc25fe 100644 --- a/wizards/source/sfdialogs/SF_DialogControl.xba +++ b/wizards/source/sfdialogs/SF_DialogControl.xba @@ -1150,7 +1150,7 @@ Public Sub _Initialize() ''' Complete the object creation process: ''' - Initialization of private members ''' - Collection of specific attributes -''' - synchonization with parent dialog instance +''' - synchronization with parent dialog instance Dim vServiceName As Variant ' Split service name Dim sType As String ' Last component of service name _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
