Undo pagebreaks removing on cleaning

This commit is contained in:
Georgy Litvinov 2019-10-28 10:59:10 +03:00
parent f810750b0c
commit e9caf166d1
4 changed files with 4 additions and 5 deletions

View file

@ -57,7 +57,7 @@ Sub validateButton
removeBadCharacters
EndIf
Else
MsgBox "Документ успешно прошел проверку. " & chr(10) & "Неподходящих для публикации символов найдено не было."
MsgBox "Документ успешно прошел проверку. " & chr(10) & "Все изображения и символы корректны."
EndIf
End Sub
@ -181,4 +181,4 @@ Private Sub StopTracking
args1(0).Value = true
dispatcher.executeDispatch(document, ".uno:ShowTrackedChanges", "", 0, args1())
End Sub
</script:module>
</script:module>