Fix for bad formatting cleaning

This commit is contained in:
George Litvinov 2019-11-18 14:11:44 +03:00
parent d3d319419e
commit 1554b9e8f7
3 changed files with 4 additions and 2 deletions

View file

@ -17,7 +17,9 @@ Sub cleanButton
statusIndicator.Start("Чистка документа начата, подождите",30)
unicodeSymbolsConversion
convertFontsToCharStyles
saveAndreload()
cleanFormatting
saveAndreload()
disposeAllLinks
disposeAllBookmarks
fixTableWidth
@ -888,4 +890,4 @@ Private Function getStyleNames(oFamily,bLocalized as Boolean, _
Endif
xArray(iUB) = vNextElement
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.8" />
<version value="0.2.9" />
<platform value="all" />
<display-name>
<name lang="en">Redaction for publishing in Institute of philosophy</name>

Binary file not shown.