Fix for bad formatting cleaning
This commit is contained in:
parent
d3d319419e
commit
1554b9e8f7
3 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
BIN
redaction.oxt
BIN
redaction.oxt
Binary file not shown.
Loading…
Add table
Reference in a new issue