Code cleaning

This commit is contained in:
Georgy Litvinov 2020-03-21 12:57:09 +01:00
parent 2d4407b269
commit 52a5b70bbf
3 changed files with 44 additions and 21 deletions

View file

@ -45,7 +45,7 @@ Private sub disableAutoHyph()
Next
End Sub
Private Sub convertHyphInText(textElement)
Private Sub convertHyphInText(textElement As Object)
Dim enum1Element As Object
Dim enum1 As Object
Dim i As Integer
@ -422,4 +422,5 @@ End Function
Sub Macro1
End Sub</script:module>
End Sub
</script:module>