From a488a9b01961b51c97417921d74ec6d3f729ad63 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Thu, 6 May 2021 16:08:21 +0200 Subject: [PATCH] Set Standard for all headings' numeration character styles --- Redaction/Clean.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Redaction/Clean.xba b/Redaction/Clean.xba index 919e218..dab2f94 100644 --- a/Redaction/Clean.xba +++ b/Redaction/Clean.xba @@ -1,6 +1,6 @@ -Sub mark80 +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