Added configuration dialog
This commit is contained in:
parent
1045e9c871
commit
95f8ad6769
5 changed files with 57 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 mark23
|
||||
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Clean" script:language="StarBasic">Sub mark24
|
||||
|
||||
End Sub
|
||||
|
||||
|
@ -15,6 +15,9 @@ Sub cleanButton
|
|||
|
||||
End Sub
|
||||
|
||||
Sub makerUpMenu()
|
||||
End Sub
|
||||
|
||||
Private Sub quietCleaning
|
||||
Dim description As String
|
||||
Dim statusIndicator as Object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue