Set Standard for all headings' numeration character styles
This commit is contained in:
parent
c7c25f84c0
commit
a488a9b019
1 changed files with 2 additions and 2 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 mark80
|
||||
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Clean" script:language="StarBasic">Sub mark81
|
||||
|
||||
End Sub
|
||||
|
||||
|
@ -1963,7 +1963,7 @@ Sub resetChapterNumberingRules
|
|||
numRuleProperty.Value = ""
|
||||
End If
|
||||
If (numRuleProperty.Name = "CharStyleName") Then
|
||||
numRuleProperty.Value = "None"
|
||||
numRuleProperty.Value = "Standard"
|
||||
End If
|
||||
numRulesProps(n) = numRuleProperty
|
||||
Next n
|
||||
|
|
Loading…
Add table
Reference in a new issue