diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:06:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:06:44 +0000 |
commit | ed5640d8b587fbcfed7dd7967f3de04b37a76f26 (patch) | |
tree | 7a5f7c6c9d02226d7471cb3cc8fbbf631b415303 /extras/source/autotext/lang/de/standard/AG | |
parent | Initial commit. (diff) | |
download | libreoffice-upstream/4%7.4.7.tar.xz libreoffice-upstream/4%7.4.7.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/lang/de/standard/AG')
-rw-r--r-- | extras/source/autotext/lang/de/standard/AG/AG.xml | 9 | ||||
-rw-r--r-- | extras/source/autotext/lang/de/standard/AG/atevent.xml | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/extras/source/autotext/lang/de/standard/AG/AG.xml b/extras/source/autotext/lang/de/standard/AG/AG.xml new file mode 100644 index 000000000..ae9626ca3 --- /dev/null +++ b/extras/source/autotext/lang/de/standard/AG/AG.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<office:document xmlns:block-list="http://openoffice.org/2001/block-list" xmlns:text="http://openoffice.org/2000/text" xmlns:office="http://openoffice.org/2000/office" block-list:list-name="Standard"> + <office:body> + <text:p>Vielen Dank für Ihre Anfrage vom <placeholder:"21. November 2004":"Platzhalter anklicken und überschreiben">.</text:p> + <text:p/> + <text:p>Anbei finden Sie unseren Katalog und die aktuelle Preisliste zur Durchsicht. Sollten Sie weitere Informationen zu unseren Produkten benötigen, so zögern Sie bitte nicht, sich mit uns in Verbindung zu setzen.</text:p> + </office:body> +</office:document>
\ No newline at end of file diff --git a/extras/source/autotext/lang/de/standard/AG/atevent.xml b/extras/source/autotext/lang/de/standard/AG/atevent.xml new file mode 100644 index 000000000..7dd99f719 --- /dev/null +++ b/extras/source/autotext/lang/de/standard/AG/atevent.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<office:auto-text-events xmlns:text="http://openoffice.org/2000/text" xmlns:script="http://openoffice.org/2000/script" xmlns:office="http://openoffice.org/2000/office"> + <office:events> + <script:event script:language="StarBasic" script:event-name="on-insert-done" script:macro-name="Template.Autotext.Main" script:location="application"/> + </office:events> +</office:auto-text-events>
\ No newline at end of file |