Bugfix
This commit is contained in:
parent
8216e074b6
commit
c0dbdf6196
5 changed files with 14 additions and 8 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 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 "Чистка завершена."
|
||||
MsgBox getTranslation(lang,"cleaningFinished")
|
||||
|
||||
End Sub
|
||||
|
||||
|
@ -145,7 +145,7 @@ Private Sub quietCleaning
|
|||
removeLibs
|
||||
statusIndicator.end()
|
||||
saveAndreload()
|
||||
MsgBox "Чистка завершена."
|
||||
MsgBox getTranslation(lang,"cleaningFinished")
|
||||
End Sub
|
||||
|
||||
Private Sub removeFirstElementPageBreak
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue