summaryrefslogtreecommitdiff
path: root/wizards/source/template/Correspondence.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/Correspondence.xba
parent180e8828224821143dd476a1b9f2888a7e3b400c (diff)
#95873# Referencing NumberingStyles improved
Diffstat (limited to 'wizards/source/template/Correspondence.xba')
-rw-r--r--wizards/source/template/Correspondence.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/template/Correspondence.xba b/wizards/source/template/Correspondence.xba
index 41686edbb1eb..33a80f58867b 100644
--- a/wizards/source/template/Correspondence.xba
+++ b/wizards/source/template/Correspondence.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="Correspondence" script:language="StarBasic">Option Explicit
+ <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Correspondence" script:language="StarBasic">Option Explicit
Public msgNoTextmark$, msgError$
Public sAddressbook$
@@ -247,4 +247,4 @@ Dim bCorrectField as Boolean
End If
End If
End Sub
-</script:module>
+</script:module> \ No newline at end of file