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

@ -12,7 +12,6 @@
doNotTrack doNotTrack
statusIndicator.Start("Чистка документа начата, подождите",30) statusIndicator.Start("Чистка документа начата, подождите",30)
cleanFormatting cleanFormatting
disposePageBreaks
disposeAllLinks disposeAllLinks
disposeAllBookmarks disposeAllBookmarks
fixTableWidth fixTableWidth

View file

@ -57,7 +57,7 @@ Sub validateButton
removeBadCharacters removeBadCharacters
EndIf EndIf
Else Else
MsgBox "Документ успешно прошел проверку. " & chr(10) & "Неподходящих для публикации символов найдено не было." MsgBox "Документ успешно прошел проверку. " & chr(10) & "Все изображения и символы корректны."
EndIf EndIf
End Sub End Sub

View file

@ -3,7 +3,7 @@
xmlns:dep="http://openoffice.org/extensions/description/2006" xmlns:dep="http://openoffice.org/extensions/description/2006"
xmlns:xlink="http://www.w3.org/1999/xlink"> xmlns:xlink="http://www.w3.org/1999/xlink">
<identifier value="pro.litvinovg.Redaction" /> <identifier value="pro.litvinovg.Redaction" />
<version value="0.2.2" /> <version value="0.2.3" />
<platform value="all" /> <platform value="all" />
<display-name> <display-name>
<name lang="en">Redaction for publishing in Institute of philosophy</name> <name lang="en">Redaction for publishing in Institute of philosophy</name>

Binary file not shown.