diff options
author | Jean-Pierre Ledure <jp@ledure.be> | 2013-10-27 15:05:18 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-10-28 07:38:33 +0000 |
commit | 0bb042d4427b746b547c31c25e6594ec5c064116 (patch) | |
tree | 97d05f5711b3f1c94c63386f1db55cfa5ac3e9ee /wizards/source/access2base/Compatible.xba | |
parent | 71882916f617528a6d6fcc54450674dc3f630319 (diff) |
Access2Base : Reference to documentation added in every module
+ workaround for setPosSize issue (LO 4.1)
+ "Sidebar" argument for RunCommand
+ Trace dialog layout revisit for cleaner display in Linux
Change-Id: I0d5c4da5681ab1649d062a7133d507163163343e
Reviewed-on: https://gerrit.libreoffice.org/6449
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
Diffstat (limited to 'wizards/source/access2base/Compatible.xba')
-rw-r--r-- | wizards/source/access2base/Compatible.xba | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/wizards/source/access2base/Compatible.xba b/wizards/source/access2base/Compatible.xba index 1e263000674f..f3d3ad940626 100644 --- a/wizards/source/access2base/Compatible.xba +++ b/wizards/source/access2base/Compatible.xba @@ -1,6 +1,11 @@ <?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="Compatible" script:language="StarBasic">Option Compatible +<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Compatible" 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 ======================================================================================================================= + +Option Compatible Option Explicit REM ----------------------------------------------------------------------------------------------------------------------- |