diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-05 14:01:48 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-05 15:51:41 +0200 |
commit | fd8690213e79d406f2a8e74f29b16b0e1dc9b468 (patch) | |
tree | 9cee5b6dfeb0c2ab30067066722d831566ec030a /wizards | |
parent | fe8fc25e0673c9b27816c19d35915594074187d3 (diff) |
Fix for commit ae412b4
In commit ae412b486e02aa5890769bebcfc46e485a72103c
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>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/access2base/Application.xba | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/access2base/Application.xba b/wizards/source/access2base/Application.xba index 008fc1cb5e44..7877b7b45c90 100644 --- a/wizards/source/access2base/Application.xba +++ b/wizards/source/access2base/Application.xba @@ -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>
\ No newline at end of file +</script:module> |