Fix for commit ae412b4
In commit ae412b486e
I missed a '>', to close tag.
Change-Id: Id60b88b5b2a38ede2a2c0680abcc8af32f900586
Reviewed-on: https://gerrit.libreoffice.org/57007
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
fe8fc25e06
commit
fd8690213e
@@ -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="Application" script:language="StarBasic"
|
||||
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Application" script:language="StarBasic">
|
||||
REM =======================================================================================================================
|
||||
REM === The Access2Base library is a part of the LibreOffice project. ===
|
||||
REM === Full documentation is available on http://www.access2base.com ===
|
||||
@@ -1640,4 +1640,4 @@ Public Sub _RootInit(Optional ByVal pbForce As Boolean)
|
||||
|
||||
End Sub ' _RootInit V1.1.0
|
||||
|
||||
</script:module>
|
||||
</script:module>
|
||||
|
Reference in New Issue
Block a user