fix: fixed expert cleaning dialog wrong variable
This commit is contained in:
parent
003e1d4033
commit
9e5a5efa59
4 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue