From 0bb042d4427b746b547c31c25e6594ec5c064116 Mon Sep 17 00:00:00 2001 From: Jean-Pierre Ledure Date: Sun, 27 Oct 2013 15:05:18 +0100 Subject: 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 Tested-by: Lionel Elie Mamane --- wizards/source/access2base/Trace.xba | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'wizards/source/access2base/Trace.xba') diff --git a/wizards/source/access2base/Trace.xba b/wizards/source/access2base/Trace.xba index 42209d7ce6e4..5ceaf865af4d 100644 --- a/wizards/source/access2base/Trace.xba +++ b/wizards/source/access2base/Trace.xba @@ -1,6 +1,11 @@ -Option Explicit +REM ======================================================================================================================= +REM === The Access2Base library is a part of the LibreOffice project. === +REM === Full documentation is available on http://www.access2base.com === +REM ======================================================================================================================= + +Option Explicit Public Const cstLogMaxEntries = 20 -- cgit