fix: fixed expert cleaning dialog wrong variable

This commit is contained in:
Georgy Litvinov 2021-08-03 21:05:24 +02:00
parent 003e1d4033
commit 9e5a5efa59
4 changed files with 5 additions and 5 deletions

View file

@ -58,7 +58,7 @@ Private Sub makerUpMenu
advancedCleaningDialog.setVisible(true)
Select Case advancedCleaningDialog.Execute()
Case 1
cleanAccordingTo(dialog)
cleanAccordingTo(advancedCleaningDialog)
Case 0
End Select
advancedCleaningDialog.dispose()
@ -2101,4 +2101,4 @@ Function fixColoredBackgroundInDoc() As Boolean
EndIf
End Function
</script:module>
</script:module>