Undo pagebreaks removing on cleaning
This commit is contained in:
parent
f810750b0c
commit
e9caf166d1
4 changed files with 4 additions and 5 deletions
|
@ -12,7 +12,6 @@
|
||||||
doNotTrack
|
doNotTrack
|
||||||
statusIndicator.Start("Чистка документа начата, подождите",30)
|
statusIndicator.Start("Чистка документа начата, подождите",30)
|
||||||
cleanFormatting
|
cleanFormatting
|
||||||
disposePageBreaks
|
|
||||||
disposeAllLinks
|
disposeAllLinks
|
||||||
disposeAllBookmarks
|
disposeAllBookmarks
|
||||||
fixTableWidth
|
fixTableWidth
|
||||||
|
|
|
@ -57,7 +57,7 @@ Sub validateButton
|
||||||
removeBadCharacters
|
removeBadCharacters
|
||||||
EndIf
|
EndIf
|
||||||
Else
|
Else
|
||||||
MsgBox "Документ успешно прошел проверку. " & chr(10) & "Неподходящих для публикации символов найдено не было."
|
MsgBox "Документ успешно прошел проверку. " & chr(10) & "Все изображения и символы корректны."
|
||||||
EndIf
|
EndIf
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
BIN
redaction.oxt
BIN
redaction.oxt
Binary file not shown.
Loading…
Add table
Reference in a new issue