wizards/source/access2base/Application.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit fd8690213e79d406f2a8e74f29b16b0e1dc9b468 Author: Andrea Gelmini <[email protected]> Date: Thu Jul 5 14:01:48 2018 +0200 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 <[email protected]> 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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
