Fix for hyphenations convertation to manual

This commit is contained in:
Georgy Litvinov 2021-06-21 19:51:47 +02:00
parent ff35128df4
commit 13d70679cc
3 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<?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="Hyphenations" script:language="StarBasic">Private Sub markHyph4
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Hyphenations" script:language="StarBasic">Private Sub markHyph
End sub
Private Sub convertHyphInDoc()
@ -380,6 +380,10 @@ Private Function needHyphen(before As String, after As String,lineLength As Inte
needHyphen = false
Case &quot;/&quot;
needHyphen = false
Case &quot;?&quot;
needHyphen = false
Case &quot;!&quot;
needHyphen = false
End Select
Select Case after
Case &quot; &quot;