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"?>
|
||||
<!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
|
|||
'Не должно быть пустых абзацев
|
||||
AskAndReplace("^$","")
|
||||
|
||||
replaceBaseWithStandard
|
||||
|
||||
convertFormattingToText
|
||||
|
||||
convertFontsToCharStyles
|
||||
|
||||
replaceBaseWithStandard
|
||||
|
||||
removeDirectFormatting
|
||||
|
||||
convertFormattingFromText
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue