diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:51:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:51:28 +0000 |
commit | 940b4d1848e8c70ab7642901a68594e8016caffc (patch) | |
tree | eb72f344ee6c3d9b80a7ecc079ea79e9fba8676d /extras/source/autotext/mytexts | |
parent | Initial commit. (diff) | |
download | libreoffice-940b4d1848e8c70ab7642901a68594e8016caffc.tar.xz libreoffice-940b4d1848e8c70ab7642901a68594e8016caffc.zip |
Adding upstream version 1:7.0.4.upstream/1%7.0.4upstream
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.xml | 3 | ||||
-rw-r--r-- | extras/source/autotext/mytexts/META-INF/manifest.xml | 7 | ||||
-rw-r--r-- | extras/source/autotext/mytexts/mimetype | 0 |
3 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 diff --git a/extras/source/autotext/mytexts/mimetype b/extras/source/autotext/mytexts/mimetype new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/extras/source/autotext/mytexts/mimetype |