fix: fixed expert cleaning dialog wrong variable
This commit is contained in:
parent
003e1d4033
commit
9e5a5efa59
4 changed files with 5 additions and 5 deletions
|
@ -58,7 +58,7 @@ Private Sub makerUpMenu
|
||||||
advancedCleaningDialog.setVisible(true)
|
advancedCleaningDialog.setVisible(true)
|
||||||
Select Case advancedCleaningDialog.Execute()
|
Select Case advancedCleaningDialog.Execute()
|
||||||
Case 1
|
Case 1
|
||||||
cleanAccordingTo(dialog)
|
cleanAccordingTo(advancedCleaningDialog)
|
||||||
Case 0
|
Case 0
|
||||||
End Select
|
End Select
|
||||||
advancedCleaningDialog.dispose()
|
advancedCleaningDialog.dispose()
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?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="Configuration" script:language="StarBasic" script:moduleType="normal">Public Const redactionExtensionName = "cleanAndValidate"
|
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Configuration" script:language="StarBasic" script:moduleType="normal">Public Const redactionExtensionName = "cleanAndValidate"
|
||||||
Public Const redactionExtensionVersion = "0.10.0"
|
Public Const redactionExtensionVersion = "0.10.1"
|
||||||
Public Const template_name_monography = "Монография"
|
Public Const template_name_monography = "Монография"
|
||||||
Public Const template_name_pj = "Философский журнал"
|
Public Const template_name_pj = "Философский журнал"
|
||||||
Public Const template_name_pq = "Вопросы философии"
|
Public Const template_name_pq = "Вопросы философии"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<version value="0.10.0"/>
|
<version value="0.10.1"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
version=0.10.0
|
version=0.10.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue