From 3123de95c8acda4883635940a52f907e0bd842cc Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Thu, 28 Oct 2021 23:38:03 +0200 Subject: [PATCH] Fix for prev commit --- Redaction/Clean.xba | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Redaction/Clean.xba b/Redaction/Clean.xba index cc99aa1..3fc9741 100644 --- a/Redaction/Clean.xba +++ b/Redaction/Clean.xba @@ -2129,7 +2129,6 @@ Sub fixDiacriticKerning Dim oSearch As Object Dim oFound As Object Dim oPara As Object - turnOffTracking() oSearch = ThisComponent.createSearchDescriptor() oSearch.SearchString = "[\u0300-\u036F]" oSearch.SearchRegularExpression=True @@ -2182,4 +2181,4 @@ Sub moveFirstCharacter(portion As Object, prevPortion As Object) portion.String = Right(portion.String,Len(portion.String) - 1) End Sub - \ No newline at end of file +