Version 0.4.7
This commit is contained in:
parent
fcb2fd2432
commit
e0e6c5dbf2
3 changed files with 7 additions and 4 deletions
|
@ -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="Clean" script:language="StarBasic">Sub mark18
|
||||
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Clean" script:language="StarBasic">Sub mark20
|
||||
|
||||
End Sub
|
||||
|
||||
|
@ -261,6 +261,7 @@ Private Sub fixFrequentMistakes
|
|||
AskAndReplace("(?<=[:alpha:])<(?=…>)",space & "<")
|
||||
'Между угловой закрывающейся скобкой и буквой должен быть пробел
|
||||
AskAndReplace("(?<=<…)>(?=[:alpha:])",">" & space)
|
||||
AskAndReplace("[ий][\u0306]+","й")
|
||||
End Sub
|
||||
|
||||
Private Sub loadArticleStyles
|
||||
|
@ -1083,4 +1084,4 @@ Function getVersion
|
|||
getVersion=oProduct.getByName("ooSetupVersion")
|
||||
End Function
|
||||
|
||||
</script:module>
|
||||
</script:module>
|
Loading…
Add table
Add a link
Reference in a new issue