Bugfix for lost formatting

This commit is contained in:
Georgy Litvinov 2019-12-04 21:59:12 +03:00
parent 8d1cefa979
commit 7b829670bd
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Clean" script:language="StarBasic">Sub mark2
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Clean" script:language="StarBasic">Sub mark3
End Sub
@ -441,12 +441,12 @@ Private Sub cleanFormatting
&apos;Не должно быть пустых абзацев
AskAndReplace(&quot;^$&quot;,&quot;&quot;)
replaceBaseWithStandard
convertFormattingToText
convertFontsToCharStyles
replaceBaseWithStandard
removeDirectFormatting
convertFormattingFromText

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.3.2" />
<version value="0.3.3" />
<platform value="all" />
<display-name>
<name lang="en">Redaction for publishing in Institute of philosophy</name>

Binary file not shown.