Added check for headings in footers and headers

This commit is contained in:
Georgy Litvinov 2020-07-06 11:06:41 +02:00
parent 6059460ced
commit 15a5bd6f0d
7 changed files with 164 additions and 5 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.8.3&quot;
Public Const redactionExtensionVersion = &quot;0.8.4&quot;
Function initRedactionConfiguration()
On Error Goto exceptionHandler
Dim regFactory As Object