From 9f6f5f3ee2f3247518e9f1c23a145e8c4ef241d8 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Thu, 2 Jul 2020 17:59:56 +0200 Subject: [PATCH] Message for cleaning in read only mode --- Redaction/Clean.xba | 4 ++-- Redaction/Configuration.xba | 2 +- build.gradle | 2 +- description.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Redaction/Clean.xba b/Redaction/Clean.xba index b39ea64..b7477b0 100644 --- a/Redaction/Clean.xba +++ b/Redaction/Clean.xba @@ -1,6 +1,6 @@ -Sub mark59 +Sub mark60 End Sub @@ -8,7 +8,7 @@ Sub cleanButton Dim config As Object config = initRedactionConfiguration() If ThisComponent.isReadonly Then - getTranslation("documentIsReadOnly") + MsgBox(getTranslation("documentIsReadOnly")) Exit Sub EndIf If config.getPropertyValue("complexity") = "user" then diff --git a/Redaction/Configuration.xba b/Redaction/Configuration.xba index 853d15a..038cf2a 100644 --- a/Redaction/Configuration.xba +++ b/Redaction/Configuration.xba @@ -1,7 +1,7 @@ Public Const redactionExtensionName As String = "cleanAndValidate" -Public Const redactionExtensionVersion = "0.7.18" +Public Const redactionExtensionVersion = "0.7.19" Function initRedactionConfiguration() On Error Goto exceptionHandler Dim regFactory As Object diff --git a/build.gradle b/build.gradle index caf0e61..a704cf5 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,4 @@ -def releaseVersion = "0.7.18" +def releaseVersion = "0.7.19" task oxt(type: Zip) { dependsOn = [ 'setVersion','setVersionInBasicCode' ] from './' diff --git a/description.xml b/description.xml index 8f1fdc5..dff750e 100644 --- a/description.xml +++ b/description.xml @@ -1,7 +1,7 @@ - + Cleaning and validation documents for publishing in html and epub with pagination