Bugfix for lost formatting
This commit is contained in:
parent
8d1cefa979
commit
7b829670bd
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
|
<!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
|
End Sub
|
||||||
|
|
||||||
|
@ -441,12 +441,12 @@ Private Sub cleanFormatting
|
||||||
'Не должно быть пустых абзацев
|
'Не должно быть пустых абзацев
|
||||||
AskAndReplace("^$","")
|
AskAndReplace("^$","")
|
||||||
|
|
||||||
replaceBaseWithStandard
|
|
||||||
|
|
||||||
convertFormattingToText
|
convertFormattingToText
|
||||||
|
|
||||||
convertFontsToCharStyles
|
convertFontsToCharStyles
|
||||||
|
|
||||||
|
replaceBaseWithStandard
|
||||||
|
|
||||||
removeDirectFormatting
|
removeDirectFormatting
|
||||||
|
|
||||||
convertFormattingFromText
|
convertFormattingFromText
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
xmlns:dep="http://openoffice.org/extensions/description/2006"
|
xmlns:dep="http://openoffice.org/extensions/description/2006"
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
<identifier value="pro.litvinovg.Redaction" />
|
<identifier value="pro.litvinovg.Redaction" />
|
||||||
<version value="0.3.2" />
|
<version value="0.3.3" />
|
||||||
<platform value="all" />
|
<platform value="all" />
|
||||||
<display-name>
|
<display-name>
|
||||||
<name lang="en">Redaction for publishing in Institute of philosophy</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