summaryrefslogtreecommitdiff
path: root/wizards/source/access2base/Trace.xba
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/source/access2base/Trace.xba')
-rw-r--r--wizards/source/access2base/Trace.xba7
1 files changed, 6 insertions, 1 deletions
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 @@
<?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="Trace" script:language="StarBasic">Option Explicit
+<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Trace" 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 Explicit
Public Const cstLogMaxEntries = 20