summaryrefslogtreecommitdiff
path: root/wizards/source/template
diff options
context:
space:
mode:
authorTom Verbeek <tv@openoffice.org>2001-11-09 13:05:36 +0000
committerTom Verbeek <tv@openoffice.org>2001-11-09 13:05:36 +0000
commit8e7f106806a28e43612d399ff8abeba115523d2b (patch)
treea8fee9bff7a008043330a48ae54b846ec6717b4b /wizards/source/template
parenta09b6f6380ee1f13d6bc9211fe4c0b9a9dc2c6b5 (diff)
#86383# changed library structure
Diffstat (limited to 'wizards/source/template')
-rw-r--r--wizards/source/template/dialog.xlb7
-rw-r--r--wizards/source/template/makefile.mk6
-rw-r--r--wizards/source/template/script.xlb9
3 files changed, 19 insertions, 3 deletions
diff --git a/wizards/source/template/dialog.xlb b/wizards/source/template/dialog.xlb
new file mode 100644
index 000000000000..c5eed37a26f2
--- /dev/null
+++ b/wizards/source/template/dialog.xlb
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd">
+<library:library xmlns:library="http://openoffice.org/2000/library" library:name="Template" library:readonly="true" library:passwordprotected="false">
+ <library:element library:name="DialogStyles"/>
+ <library:element library:name="DlgGreeting"/>
+ <library:element library:name="TemplateDialog"/>
+</library:library>
diff --git a/wizards/source/template/makefile.mk b/wizards/source/template/makefile.mk
index a51964faca26..4c741661efae 100644
--- a/wizards/source/template/makefile.mk
+++ b/wizards/source/template/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: tv $ $Date: 2001-04-23 10:04:46 $
+# last change: $Author: tv $ $Date: 2001-11-09 14:05:36 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -83,7 +83,7 @@ RESLIB2SRSFILES= $(SRS)$/template.srs
RESLIB2NAME= tpl
ZIP1TARGET = $(TEMPLATE_ALL_TARGET)
-ZIP1LIST = *.xdl *.xba
+ZIP1LIST = *.xdl *.xba *.xlb
# --- Targets ------------------------------------------------------
diff --git a/wizards/source/template/script.xlb b/wizards/source/template/script.xlb
new file mode 100644
index 000000000000..9339742c35bf
--- /dev/null
+++ b/wizards/source/template/script.xlb
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd">
+<library:library xmlns:library="http://openoffice.org/2000/library" library:name="Template" library:readonly="true" library:passwordprotected="false">
+ <library:element library:name="ModuleAgenda"/>
+ <library:element library:name="Correspondence"/>
+ <library:element library:name="Samples"/>
+ <library:element library:name="Autotext"/>
+ <library:element library:name="Greeting"/>
+</library:library>