fix: Fixed archive conversion. Fixed new para balance function

This commit is contained in:
Georgy Litvinov 2021-09-20 15:53:51 +02:00
parent fe1fc573eb
commit 797ff48837
4 changed files with 127 additions and 22 deletions

View file

@ -15,6 +15,7 @@ Private Sub convertHyphInDoc()
statusIndicator = ThisComponent.getCurrentController.StatusIndicator
statusIndicator.Start(getTranslation("hyphenationsInProgress"),10)
turnOffTracking
setZoomToSpeedUpTasks()
AcceptAllTrackedChanges
convertHyphInText(ThisComponent.Text)
' Globalscope.BasicLibraries.LoadLibrary( "MRILib" )