Added finish message

This commit is contained in:
Georgy Litvinov 2020-02-04 13:54:15 +01:00
parent 48a798efcf
commit c627ddf3bc

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd"> <!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 mark9 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Clean" script:language="StarBasic">Sub mark10
End Sub End Sub
@ -39,6 +39,7 @@ Sub cleanButton
loadArticleStyles loadArticleStyles
statusIndicator.end() statusIndicator.end()
saveAndreload() saveAndreload()
MsgBox &quot;Чистка завершена.&quot;
End Sub End Sub
Private Sub removeFirstElementPageBreak Private Sub removeFirstElementPageBreak