diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-12-08 21:37:42 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-12-09 18:33:49 +0100 |
commit | a51e981a1dbf51a25def24d306e075eeeefecba8 (patch) | |
tree | 71c2c287c721e42b2a01da5609d5f0b80bc6bb80 /wizards | |
parent | 1d3421ce32025902a6c5091f396507ddd4674b8e (diff) |
Fix typo
Change-Id: I637cd4a9a074c1907f3547f69999dea13c8d9f4a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107441
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/sfdialogs/SF_DialogControl.xba | 2 |
1 files changed, 1 insertions, 1 deletions
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 |