diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-11-16 22:46:06 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2021-11-18 15:02:31 +0100 |
commit | 187b28063fa9b908f5324ed345ba223d8f6168a2 (patch) | |
tree | d3f74a3506c8505a3b1ea8be506eb397ed32aef9 /wizards | |
parent | 6e04ef6eda7d632ad39b3938ab864417303c8368 (diff) |
Fix typos
Change-Id: Idd21ee0026d8a36653f0fb25b350dae37315f603
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125336
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/sfdocuments/SF_DocumentListener.xba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/sfdocuments/SF_DocumentListener.xba b/wizards/source/sfdocuments/SF_DocumentListener.xba index 9ccc04f62d19..fbb0271bbc38 100644 --- a/wizards/source/sfdocuments/SF_DocumentListener.xba +++ b/wizards/source/sfdocuments/SF_DocumentListener.xba @@ -64,7 +64,7 @@ Try: _RangeSelectionFinished = False oController.startRangeSelection(pvPropertyValues) - ' Dummy thread synchonization + ' Dummy thread synchronization lCountLoops = 0 Do While Not _RangeSelectionFinished And lCountLoops < cstMaxSleep Wait(cstSleep) |