Removed footnotes cleaning option
This commit is contained in:
parent
1137e95152
commit
861813815e
2 changed files with 21 additions and 25 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 mark37
|
||||
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Clean" script:language="StarBasic">Sub mark38
|
||||
|
||||
End Sub
|
||||
|
||||
|
@ -47,10 +47,6 @@ Private Sub cleanAccordingTo(dialog As Object)
|
|||
statusIndicator.Start("Чистим ручное форматирование",100)
|
||||
cleanFormatting
|
||||
EndIf
|
||||
If dialog.getControl("resetFootnotesStyle").state = 1 Then
|
||||
statusIndicator.Start("Очищаем стили сносок",100)
|
||||
resetFootnotesStyle
|
||||
EndIf
|
||||
If dialog.getControl("replaceWhiteBackground").state = 1 Then
|
||||
statusIndicator.Start("Заменяем белый фон на прозрачный",100)
|
||||
replaceWhiteBackgroundWithTransparent
|
||||
|
@ -117,7 +113,6 @@ Private Sub quietCleaning
|
|||
unicodeSymbolsConversion
|
||||
statusIndicator.Start("Чистим ручное форматирование",100)
|
||||
cleanFormatting
|
||||
resetFootnotesStyle
|
||||
removeUnusedStyles
|
||||
statusIndicator.Start("Удаляем гиперссылки",100)
|
||||
removeHyperlinks
|
||||
|
@ -630,6 +625,8 @@ Private Sub cleanFormatting
|
|||
|
||||
replaceBaseWithStandard()
|
||||
|
||||
resetFootnotesStyle
|
||||
|
||||
removeDirectFormatting()
|
||||
|
||||
convertUserFieldsToFormatting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue