diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-05-22 15:22:35 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-06-30 00:33:38 +0200 |
commit | ae412b486e02aa5890769bebcfc46e485a72103c (patch) | |
tree | 3cd71be871c9b964e25106085cf04ad80a5e2a11 /wizards/source/access2base/CommandBarControl.xba | |
parent | b2aafa91233189a623032894e9259b0f850efe2a (diff) |
Fix missing newline
To complete previous commit
Change-Id: I21f7e530848d022456bda17a86d42bc14a921efd
Reviewed-on: https://gerrit.libreoffice.org/53896
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'wizards/source/access2base/CommandBarControl.xba')
-rw-r--r-- | wizards/source/access2base/CommandBarControl.xba | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wizards/source/access2base/CommandBarControl.xba b/wizards/source/access2base/CommandBarControl.xba index 633934efcc2b..defb702e0b00 100644 --- a/wizards/source/access2base/CommandBarControl.xba +++ b/wizards/source/access2base/CommandBarControl.xba @@ -1,6 +1,7 @@ <?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="CommandBarControl" script:language="StarBasic">REM ======================================================================================================================= +<script:module xmlns:script="http://openoffice.org/2000/script" script:name="CommandBarControl" 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 === REM ======================================================================================================================= |