diff --git a/Redaction/Clean.xba b/Redaction/Clean.xba index 0aa7287..f20175b 100644 --- a/Redaction/Clean.xba +++ b/Redaction/Clean.xba @@ -1,6 +1,6 @@ -Sub mark66 +Sub mark67 End Sub @@ -1808,7 +1808,7 @@ Sub addTimeStampToProperties curTime = Now() docProps = ThisComponent.getDocumentProperties() userProps = docProps.UserDefinedProperties() - userProps.addProperty(curTime ,128,"Cleaned by " & getUserName() & " with " & redactionExtensionVersion & " LO" & getFullVersion() ) + userProps.addProperty(curTime ,128,"Cleaned by" & getUserName() & " with " & redactionExtensionVersion & " LO " & getFullVersion() ) exceptionHandlerProps: Resume Next End Sub diff --git a/Redaction/Configuration.xba b/Redaction/Configuration.xba index 4fedf17..86f3393 100644 --- a/Redaction/Configuration.xba +++ b/Redaction/Configuration.xba @@ -1,7 +1,7 @@ Public Const redactionExtensionName As String = "cleanAndValidate" -Public Const redactionExtensionVersion = "0.9.8" +Public Const redactionExtensionVersion = "0.9.9" Function initRedactionConfiguration() On Error Goto exceptionHandler Dim regFactory As Object diff --git a/build.gradle b/build.gradle index e2a615e..a45ebf6 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,4 @@ -def releaseVersion = "0.9.8" +def releaseVersion = "0.9.9" task oxt(type: Zip) { dependsOn = [ 'setVersion','setVersionInBasicCode' ] from './' diff --git a/description.xml b/description.xml index 2e693ca..d842eea 100644 --- a/description.xml +++ b/description.xml @@ -1,7 +1,7 @@ - + Cleaning and validation documents for publishing in html and epub with pagination