Added finish message
This commit is contained in:
parent
48a798efcf
commit
c627ddf3bc
1 changed files with 2 additions and 1 deletions
|
@ -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 "Чистка завершена."
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub removeFirstElementPageBreak
|
Private Sub removeFirstElementPageBreak
|
||||||
|
|
Loading…
Add table
Reference in a new issue