summaryrefslogtreecommitdiff
path: root/userguides/sanitycheck/SanityCheck/Formatos.xba
diff options
context:
space:
mode:
Diffstat (limited to 'userguides/sanitycheck/SanityCheck/Formatos.xba')
-rw-r--r--userguides/sanitycheck/SanityCheck/Formatos.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/userguides/sanitycheck/SanityCheck/Formatos.xba b/userguides/sanitycheck/SanityCheck/Formatos.xba
index 6ffc2141..2e985232 100644
--- a/userguides/sanitycheck/SanityCheck/Formatos.xba
+++ b/userguides/sanitycheck/SanityCheck/Formatos.xba
@@ -3,7 +3,6 @@
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Formatos" script:language="StarBasic" script:moduleType="normal">REM ***** BASIC Módulo Formatos *****
Option Explicit
- Const Extension as string = &quot;Revisiones v 1.0.0&quot;
Dim PBcounter as Integer, oDlgFmt as Object
Public E_Num(20) as String
@@ -39,6 +38,7 @@ End sub
Sub Dlg_Formatos
&apos; Dim oDlgRenombrar
Call L10n.Trad_Formatos
+ Extension = Comunes.getExtensionVersion()
&apos; If Thiscomponent.HasLocation = false then : Msgbox (Ren_Txt(16),0+48+0,Extension) : Exit Sub : End If
DialogLibraries.loadLibrary(&quot;SanityCheck&quot;)
oDlgFmt = CreateUnoDialog(DialogLibraries.getByName(&quot;SanityCheck&quot;).getByName(&quot;DlgFormatos&quot;))