diff --git a/IPHRedaction/Clean.xba b/IPHRedaction/Clean.xba index 13bcb0d..0138b9c 100644 --- a/IPHRedaction/Clean.xba +++ b/IPHRedaction/Clean.xba @@ -12,7 +12,6 @@ doNotTrack statusIndicator.Start("Чистка документа начата, подождите",30) cleanFormatting - disposePageBreaks disposeAllLinks disposeAllBookmarks fixTableWidth @@ -758,4 +757,4 @@ Private Function getStyleNames(oFamily,bLocalized as Boolean, _ Endif xArray(iUB) = vNextElement End Sub - \ No newline at end of file + diff --git a/IPHRedaction/Validation.xba b/IPHRedaction/Validation.xba index f616dbf..7d4dd5f 100644 --- a/IPHRedaction/Validation.xba +++ b/IPHRedaction/Validation.xba @@ -57,7 +57,7 @@ Sub validateButton removeBadCharacters EndIf Else - MsgBox "Документ успешно прошел проверку. " & chr(10) & "Неподходящих для публикации символов найдено не было." + MsgBox "Документ успешно прошел проверку. " & chr(10) & "Все изображения и символы корректны." EndIf End Sub @@ -181,4 +181,4 @@ Private Sub StopTracking args1(0).Value = true dispatcher.executeDispatch(document, ".uno:ShowTrackedChanges", "", 0, args1()) End Sub - \ No newline at end of file + diff --git a/description.xml b/description.xml index af018c5..5f990d2 100644 --- a/description.xml +++ b/description.xml @@ -3,7 +3,7 @@ xmlns:dep="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink"> - + Redaction for publishing in Institute of philosophy diff --git a/redaction.oxt b/redaction.oxt index bd916ac..506d914 100644 Binary files a/redaction.oxt and b/redaction.oxt differ