This commit is contained in:
Georgy Litvinov 2020-04-23 14:55:56 +02:00
parent 8216e074b6
commit c0dbdf6196
5 changed files with 14 additions and 8 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="Clean" script:language="StarBasic">Sub mark44
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Clean" script:language="StarBasic">Sub mark45
End Sub
@ -95,7 +95,7 @@ Private Sub cleanAccordingTo(dialog As Object)
statusIndicator.end()
saveAndreload()
MsgBox &quot;Чистка завершена.&quot;
MsgBox getTranslation(lang,&quot;cleaningFinished&quot;)
End Sub
@ -145,7 +145,7 @@ Private Sub quietCleaning
removeLibs
statusIndicator.end()
saveAndreload()
MsgBox &quot;Чистка завершена.&quot;
MsgBox getTranslation(lang,&quot;cleaningFinished&quot;)
End Sub
Private Sub removeFirstElementPageBreak