Added hyphen replacement in cleaning advanced mode

This commit is contained in:
Georgy Litvinov 2021-02-01 10:30:08 +01:00
parent d9b458210a
commit af0c775dd2
7 changed files with 56 additions and 8 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Configuration" script:language="StarBasic" script:moduleType="normal">Public Const redactionExtensionName As String = &quot;cleanAndValidate&quot;
Public Const redactionExtensionVersion = &quot;0.9.24&quot;
Public Const redactionExtensionVersion = &quot;0.9.26&quot;
Function initRedactionConfiguration()
On Error Goto exceptionHandler
Dim regFactory As Object