From b97ea1e6a100f0541f286232b9af47a91adbea89 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Fri, 3 Jul 2020 16:58:00 +0200 Subject: [PATCH] Fix for previous commit --- Redaction/Configuration.xba | 2 +- Redaction/Validation.xba | 4 ++-- build.gradle | 2 +- description.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Redaction/Configuration.xba b/Redaction/Configuration.xba index ac06d3f..c5914f3 100644 --- a/Redaction/Configuration.xba +++ b/Redaction/Configuration.xba @@ -1,7 +1,7 @@ Public Const redactionExtensionName As String = "cleanAndValidate" -Public Const redactionExtensionVersion = "0.8.1" +Public Const redactionExtensionVersion = "0.8.2" Function initRedactionConfiguration() On Error Goto exceptionHandler Dim regFactory As Object diff --git a/Redaction/Validation.xba b/Redaction/Validation.xba index dc1bcc0..2ec9614 100644 --- a/Redaction/Validation.xba +++ b/Redaction/Validation.xba @@ -1,6 +1,6 @@ -Sub markval4 +Sub markval5 End Sub @@ -172,7 +172,7 @@ Function checkNotesOutline As String Dim result As String result = "" footNotes = thisComponent.footNotes - endNotes = thisComponent.footNotes + endNotes = thisComponent.EndNotes for x = 0 to footNotes.Count -1 aNote = footNotes.getByIndex(x) aNote.Anchor.CharStyleName="Footnote anchor" diff --git a/build.gradle b/build.gradle index 318ea08..03920e2 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,4 @@ -def releaseVersion = "0.8.1" +def releaseVersion = "0.8.2" task oxt(type: Zip) { dependsOn = [ 'setVersion','setVersionInBasicCode' ] from './' diff --git a/description.xml b/description.xml index e8d5ffb..4cfd7bf 100644 --- a/description.xml +++ b/description.xml @@ -1,7 +1,7 @@ - + Cleaning and validation documents for publishing in html and epub with pagination