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
|
||||
statusIndicator.Start("Чистка документа начата, подождите",30)
|
||||
cleanFormatting
|
||||
disposePageBreaks
|
||||
disposeAllLinks
|
||||
disposeAllBookmarks
|
||||
fixTableWidth
|
||||
|
@ -758,4 +757,4 @@ Private Function getStyleNames(oFamily,bLocalized as Boolean, _
|
|||
Endif
|
||||
xArray(iUB) = vNextElement
|
||||
End Sub
|
||||
</script:module>
|
||||
</script:module>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
xmlns:dep="http://openoffice.org/extensions/description/2006"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<identifier value="pro.litvinovg.Redaction" />
|
||||
<version value="0.2.2" />
|
||||
<version value="0.2.3" />
|
||||
<platform value="all" />
|
||||
<display-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