summaryrefslogtreecommitdiffstats
path: root/extras/source/autotext/mytexts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:06:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:06:44 +0000
commited5640d8b587fbcfed7dd7967f3de04b37a76f26 (patch)
tree7a5f7c6c9d02226d7471cb3cc8fbbf631b415303 /extras/source/autotext/mytexts
parentInitial commit. (diff)
downloadlibreoffice-upstream.tar.xz
libreoffice-upstream.zip
Adding upstream version 4:7.4.7.upstream/4%7.4.7upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'extras/source/autotext/mytexts')
-rw-r--r--extras/source/autotext/mytexts/BlockList.xml3
-rw-r--r--extras/source/autotext/mytexts/META-INF/manifest.xml7
2 files changed, 10 insertions, 0 deletions
diff --git a/extras/source/autotext/mytexts/BlockList.xml b/extras/source/autotext/mytexts/BlockList.xml
new file mode 100644
index 000000000..d54a37c72
--- /dev/null
+++ b/extras/source/autotext/mytexts/BlockList.xml
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<block-list:block-list xmlns:block-list="http://openoffice.org/2001/block-list" block-list:list-name="My AutoText"/> \ No newline at end of file
diff --git a/extras/source/autotext/mytexts/META-INF/manifest.xml b/extras/source/autotext/mytexts/META-INF/manifest.xml
new file mode 100644
index 000000000..bd42a711f
--- /dev/null
+++ b/extras/source/autotext/mytexts/META-INF/manifest.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest 1.0//EN" "../../../../../package/dtd/Manifest.dtd">
+<manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest">
+ <manifest:file-entry manifest:media-type="" manifest:full-path="/"/>
+ <manifest:file-entry manifest:media-type="" manifest:full-path="META-INF/"/>
+ <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="BlockList.xml"/>
+</manifest:manifest> \ No newline at end of file