summaryrefslogtreecommitdiff
path: root/wizards/source/template/ModuleAgenda.xba
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2001-12-12 12:48:38 +0000
committerBehrend Cornelius <bc@openoffice.org>2001-12-12 12:48:38 +0000
commit368974c057495e8cf16d0cc6845505aaee4d948e (patch)
tree1986c5a0f1fe353d9ec9f47fc88677ede77cbda9 /wizards/source/template/ModuleAgenda.xba
parent180e8828224821143dd476a1b9f2888a7e3b400c (diff)
#95873# Referencing NumberingStyles improved
Diffstat (limited to 'wizards/source/template/ModuleAgenda.xba')
-rw-r--r--wizards/source/template/ModuleAgenda.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/template/ModuleAgenda.xba b/wizards/source/template/ModuleAgenda.xba
index 651a1a613eb9..92737f2b35ee 100644
--- a/wizards/source/template/ModuleAgenda.xba
+++ b/wizards/source/template/ModuleAgenda.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="ModuleAgenda" script:language="StarBasic">&apos; All variables must be declared before use
+ <script:module xmlns:script="http://openoffice.org/2000/script" script:name="ModuleAgenda" script:language="StarBasic">&apos; All variables must be declared before use
Option Explicit
&apos; Used for &quot;disabling&quot; the cancel button of the dialog
@@ -198,4 +198,4 @@ Dim Taglist() as String
Bookmarkname = TagList(0)
sTrueContent = TagList(1)
End Sub
-</script:module>
+</script:module> \ No newline at end of file