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
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>

View file

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

View file

@ -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>

Binary file not shown.