Skip to content

Commit e9dd058

Browse files
Laurent Balland-PoirierCaolán McNamara
Laurent Balland-Poirier
authored and
Caolán McNamara
committed
Build all l10n AutoText
- Remove .bau files - Unzip .bau - Add missing mimetype files - Remove trailing spaces and tabs - Change directory names of standard/FN/Object 1 to standard/FN/Object_1 - Add files to project (3800 files) - Remove non-UTF8 characters in sk/template/HLB and sk/template/HRB - Move user autotext in CustomTarget to a sub directory "user" to avoid conflict with shared autotext - Change all META-INF/manifest.xml to add DOCTYPE line and complete manifest tag - Add AllLangCustomTarget_autotextshare.mk - Make relative path for office.dtd and Manifest.dtd in xml file - Correct pl/standard/ZO/atevent.xml and pl/template/PT1/atevent.xml Caolan's dream: https://bugs.freedesktop.org/show_bug.cgi?id=40499#c36 Change-Id: I17486cd88f380976990291a7d12969cc7751fb84 Reviewed-on: https://gerrit.libreoffice.org/9954 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]>
1 parent 775a86a commit e9dd058

File tree

3,904 files changed

+51991
-16
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,904 files changed

+51991
-16
lines changed

extras/AllLangCustomTarget_autotextshare.mk

Lines changed: 3980 additions & 0 deletions
Large diffs are not rendered by default.

extras/AllLangPackage_autotextshare.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
88
#
99

10-
$(eval $(call gb_AllLangPackage_AllLangPackage,autotextshare,$(SRCDIR)/extras/source/autotext/lang))
10+
$(eval $(call gb_AllLangPackage_AllLangPackage,autotextshare,$(call gb_CustomTarget_get_workdir,extras/source/autotext)))
1111

1212
$(eval $(call gb_AllLangPackage_add_files,autotextshare,$(LIBO_SHARE_FOLDER)/autotext,\
1313
af-ZA/standard.bau \

extras/CustomTarget_autotextuser.mk

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
88
#
99

10-
$(eval $(call gb_CustomTarget_CustomTarget,extras/source/autotext))
10+
$(eval $(call gb_CustomTarget_CustomTarget,extras/source/autotext/user))
1111

1212
extras_AUTOTEXTUSER_AUTOTEXTS := \
1313
mytexts \
@@ -26,40 +26,40 @@ ifneq ($(sort $(foreach file,$(extras_AUTOTEXTUSER_XMLFILES),$(firstword $(subst
2626
$(call gb_Output_error,defined user autotext do not match existing directories)
2727
endif
2828

29-
$(call gb_CustomTarget_get_target,extras/source/autotext) : \
30-
$(foreach atexts,$(extras_AUTOTEXTUSER_AUTOTEXTS),$(call gb_CustomTarget_get_workdir,extras/source/autotext)/$(atexts).bau)
29+
$(call gb_CustomTarget_get_target,extras/source/autotext/user) : \
30+
$(foreach atexts,$(extras_AUTOTEXTUSER_AUTOTEXTS),$(call gb_CustomTarget_get_workdir,extras/source/autotext/user)/$(atexts).bau)
3131

32-
$(call gb_CustomTarget_get_workdir,extras/source/autotext)/%/mimetype : $(SRCDIR)/extras/source/autotext/%/mimetype
32+
$(call gb_CustomTarget_get_workdir,extras/source/autotext/user)/%/mimetype : $(SRCDIR)/extras/source/autotext/%/mimetype
3333
$(call gb_Output_announce,$*/mimetype,$(true),CPY,1)
3434
cp $< $@
3535

36-
$(call gb_CustomTarget_get_workdir,extras/source/autotext)/%.xml : $(SRCDIR)/extras/source/autotext/%.xml \
36+
$(call gb_CustomTarget_get_workdir,extras/source/autotext/user)/%.xml : $(SRCDIR)/extras/source/autotext/%.xml \
3737
| $(call gb_ExternalExecutable_get_dependencies,xsltproc)
3838
$(call gb_Output_announce,$*.xml,$(true),XSL,1)
3939
$(call gb_ExternalExecutable_get_command,xsltproc) -o $@ $(SRCDIR)/extras/util/compact.xsl $<
4040

41-
$(call gb_CustomTarget_get_workdir,extras/source/autotext)/%.bau :
41+
$(call gb_CustomTarget_get_workdir,extras/source/autotext/user)/%.bau :
4242
$(call gb_Output_announce,$*.bau,$(true),ZIP,2)
4343
$(call gb_Helper_abbreviate_dirs,\
4444
cd $(EXTRAS_AUTOTEXTUSER_DIR) && \
4545
zip -qrX --filesync --must-match $@ $(EXTRAS_AUTOTEXTUSER_FILES) \
4646
)
4747

4848
define extras_Autotextuser_make_file_deps
49-
$(call gb_CustomTarget_get_workdir,$(1))/$(2) : $(SRCDIR)/$(1)/$(2) \
50-
| $(dir $(call gb_CustomTarget_get_workdir,$(1))/$(2)).dir
49+
$(call gb_CustomTarget_get_workdir,$(1)/user)/$(2) : $(SRCDIR)/$(1)/$(2) \
50+
| $(dir $(call gb_CustomTarget_get_workdir,$(1)/user)/$(2)).dir
5151

5252
endef
5353

5454
define extras_Autotextuser_make_zip_deps
55-
$(call gb_CustomTarget_get_workdir,$(1))/$(2) : \
56-
$(addprefix $(call gb_CustomTarget_get_workdir,$(1))/,$(filter $(3)/%,$(extras_AUTOTEXTUSER_MIMETYPEFILES) $(extras_AUTOTEXTUSER_XMLFILES))) \
57-
| $(dir $(call gb_CustomTarget_get_workdir,$(1))/$(2)).dir
55+
$(call gb_CustomTarget_get_workdir,$(1)/user)/$(2) : \
56+
$(addprefix $(call gb_CustomTarget_get_workdir,$(1)/user)/,$(filter $(3)/%,$(extras_AUTOTEXTUSER_MIMETYPEFILES) $(extras_AUTOTEXTUSER_XMLFILES))) \
57+
| $(dir $(call gb_CustomTarget_get_workdir,$(1)/user)/$(2)).dir
5858

59-
$(call gb_CustomTarget_get_workdir,$(1))/$(2) : \
59+
$(call gb_CustomTarget_get_workdir,$(1)/user)/$(2) : \
6060
EXTRAS_AUTOTEXTUSER_FILES := $(foreach file,$(filter $(3)/%,$(extras_AUTOTEXTUSER_MIMETYPEFILES) $(extras_AUTOTEXTUSER_XMLFILES)),$(subst $(3)/,,$(file)))
61-
$(call gb_CustomTarget_get_workdir,$(1))/$(2) : \
62-
EXTRAS_AUTOTEXTUSER_DIR := $(call gb_CustomTarget_get_workdir,$(1))/$(3)
61+
$(call gb_CustomTarget_get_workdir,$(1)/user)/$(2) : \
62+
EXTRAS_AUTOTEXTUSER_DIR := $(call gb_CustomTarget_get_workdir,$(1)/user)/$(3)
6363

6464
endef
6565

extras/Module_extras.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ $(eval $(call gb_Module_add_targets,extras,\
4343
))
4444

4545
$(eval $(call gb_Module_add_l10n_targets,extras,\
46+
AllLangCustomTarget_autotextshare \
4647
AllLangPackage_autotextshare \
4748
))
4849

extras/Package_autotextuser.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
88
#
99

10-
$(eval $(call gb_Package_Package,extras_autotextuser,$(call gb_CustomTarget_get_workdir,extras/source/autotext)))
10+
$(eval $(call gb_Package_Package,extras_autotextuser,$(call gb_CustomTarget_get_workdir,extras/source/autotext/user)))
1111

1212
$(eval $(call gb_Package_add_files,extras_autotextuser,$(LIBO_SHARE_PRESETS_FOLDER)/autotext,\
1313
mytexts.bau \
-5.3 KB
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<block-list:block-list xmlns:block-list="http://openoffice.org/2001/block-list" block-list:list-name="Standard">
3+
<block-list:block block-list:abbreviated-name="FN" block-list:package-name="FN" block-list:name="Formula Numbering" block-list:unformatted-text="false"/>
4+
<block-list:block block-list:abbreviated-name="LOREM" block-list:package-name="LOREM" block-list:name="Lorem Ipsum" block-list:unformatted-text="true"/>
5+
</block-list:block-list>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<math xmlns="http://www.w3.org/1998/Math/MathML">
4+
<semantics>
5+
<mrow>
6+
<mrow>
7+
<mi mathvariant="normal">E</mi>
8+
<mo stretchy="false">=</mo>
9+
<msup>
10+
<mi>mc</mi>
11+
<mn>2</mn>
12+
</msup>
13+
</mrow>
14+
</mrow>
15+
<annotation encoding="StarMath 5.0">E=mc^2</annotation>
16+
</semantics>
17+
</math>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<office:document-settings xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" office:version="1.2">
4+
<office:settings>
5+
<config:config-item-set config:name="ooo:view-settings">
6+
<config:config-item config:name="ViewAreaTop" config:type="int">0</config:config-item>
7+
<config:config-item config:name="ViewAreaLeft" config:type="int">0</config:config-item>
8+
</config:config-item-set>
9+
<config:config-item-set config:name="ooo:configuration-settings">
10+
<config:config-item config:name="Alignment" config:type="short">1</config:config-item>
11+
<config:config-item config:name="LoadReadonly" config:type="boolean">false</config:config-item>
12+
<config:config-item config:name="PrinterName" config:type="string"/>
13+
</config:config-item-set>
14+
</office:settings>
15+
</office:document-settings>
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
4+
<office:scripts/>
5+
<office:font-face-decls>
6+
</office:font-face-decls>
7+
<office:automatic-styles>
8+
<style:style style:name="FormulaTable" style:family="table">
9+
<style:table-properties table:align="margins"/>
10+
</style:style>
11+
<style:style style:name="FormulaTable.A" style:family="table-column">
12+
<style:table-column-properties style:rel-column-width="58251*"/>
13+
</style:style>
14+
<style:style style:name="FormulaTable.B" style:family="table-column">
15+
<style:table-column-properties style:rel-column-width="7284*"/>
16+
</style:style>
17+
<style:style style:name="FormulaTable.A1" style:family="table-cell">
18+
<style:table-cell-properties style:vertical-align="middle" fo:padding="0.097cm" fo:border="none"/>
19+
</style:style>
20+
<style:style style:name="P1" style:family="paragraph" style:parent-style-name="Table_20_Contents">
21+
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
22+
</style:style>
23+
<style:style style:name="P2" style:family="paragraph" style:parent-style-name="Table_20_Contents">
24+
<style:paragraph-properties fo:text-align="end" style:justify-single-word="false"/>
25+
</style:style>
26+
<style:style style:name="fr1" style:family="graphic" style:parent-style-name="Formula">
27+
</style:style>
28+
</office:automatic-styles>
29+
<office:body>
30+
<office:text>
31+
<text:sequence-decls>
32+
<text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
33+
<text:sequence-decl text:display-outline-level="0" text:name="Table"/>
34+
<text:sequence-decl text:display-outline-level="0" text:name="Text"/>
35+
<text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
36+
</text:sequence-decls>
37+
<table:table table:name="Tabel1" table:style-name="FormulaTable">
38+
<table:table-column table:style-name="FormulaTable.A"/>
39+
<table:table-column table:style-name="FormulaTable.B"/>
40+
<table:table-header-rows>
41+
<table:table-row>
42+
<table:table-cell table:style-name="FormulaTable.A1" office:value-type="string">
43+
<text:p text:style-name="P1"><draw:frame draw:style-name="fr1" draw:name="Objek1" text:anchor-type="as-char" draw:z-index="0"><draw:object xlink:href="./Object_1" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/>
44+
<svg:desc>formula</svg:desc>
45+
</draw:frame></text:p>
46+
</table:table-cell>
47+
<table:table-cell table:style-name="FormulaTable.A1" office:value-type="string">
48+
<text:p text:style-name="P2">(<text:sequence text:ref-name="refText0" text:name="Text" text:formula="ooow:Text+1" style:num-format="1">1</text:sequence>)</text:p>
49+
</table:table-cell>
50+
</table:table-row>
51+
</table:table-header-rows>
52+
</table:table>
53+
</office:text>
54+
</office:body>
55+
</office:document-content>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
3+
<rdf:Description rdf:about="styles.xml">
4+
<rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile"/>
5+
</rdf:Description>
6+
<rdf:Description rdf:about="">
7+
<ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="styles.xml"/>
8+
</rdf:Description>
9+
<rdf:Description rdf:about="content.xml">
10+
<rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile"/>
11+
</rdf:Description>
12+
<rdf:Description rdf:about="">
13+
<ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="content.xml"/>
14+
</rdf:Description>
15+
<rdf:Description rdf:about="">
16+
<rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
17+
</rdf:Description>
18+
</rdf:RDF>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
4+
<office:font-face-decls>
5+
</office:font-face-decls>
6+
<office:styles>
7+
<style:default-style style:family="paragraph">
8+
<style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.741cm" style:writing-mode="page"/>
9+
</style:default-style>
10+
<style:default-style style:family="table">
11+
<style:table-properties table:border-model="collapsing"/>
12+
</style:default-style>
13+
<style:default-style style:family="table-row">
14+
<style:table-row-properties fo:keep-together="auto"/>
15+
</style:default-style>
16+
<style:style style:name="Standard" style:family="paragraph" style:class="text"/>
17+
<style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
18+
</style:style>
19+
<style:style style:name="Table_20_Contents" style:display-name="Table Contents" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="extra"/>
20+
<style:style style:name="Formula" style:family="graphic">
21+
<style:graphic-properties text:anchor-type="as-char" style:vertical-pos="middle" style:vertical-rel="text"/>
22+
</style:style>
23+
</office:styles>
24+
</office:document-styles>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<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">
4+
<office:body>
5+
<text:p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum consequat mi quis pretium semper. Proin luctus orci ac neque venenatis, quis commodo dolor posuere. Curabitur dignissim sapien quis cursus egestas. Donec blandit auctor arcu, nec pellentesque eros molestie eget. In consectetur aliquam hendrerit. Sed cursus mauris vitae ligula pellentesque, non pellentesque urna aliquet. Fusce placerat mauris enim, nec rutrum purus semper vel. Praesent tincidunt neque eu pellentesque pharetra. Fusce pellentesque est orci.</text:p>
6+
<text:p>Integer sodales tincidunt tristique. Sed a metus posuere, adipiscing nunc et, viverra odio. Donec auctor molestie sem, sit amet tristique lectus hendrerit sed. Cras sodales nisl sed orci mattis iaculis. Nunc eget dolor accumsan, pharetra risus a, vestibulum mauris. Nunc vulputate lobortis mollis. Vivamus nec tellus faucibus, tempor magna nec, facilisis felis. Donec commodo enim a vehicula pellentesque. Nullam vehicula vestibulum est vel ultricies.</text:p>
7+
<text:p>Aliquam velit massa, laoreet vel leo nec, volutpat facilisis eros. Donec consequat arcu ut diam tempor luctus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Praesent vitae lacus vel leo sodales pharetra a a nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nam luctus tempus nibh, fringilla dictum augue consectetur eget. Curabitur at ante sit amet tortor pharetra molestie eu nec ante. Mauris tincidunt, nibh eu sollicitudin molestie, dolor sapien congue tortor, a pulvinar sapien turpis sed ante. Donec nec est elementum, euismod nulla in, mollis nunc.</text:p>
8+
</office:body>
9+
</office:document>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest 1.0//EN" "../../../../../../../package/dtd/Manifest.dtd">
3+
<manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest">
4+
<manifest:file-entry manifest:full-path="/" manifest:media-type=""/>
5+
<manifest:file-entry manifest:full-path="FN/content.xml" manifest:media-type="text/xml"/>
6+
<manifest:file-entry manifest:full-path="FN/Object_1/settings.xml" manifest:media-type="text/xml"/>
7+
<manifest:file-entry manifest:full-path="FN/Object_1/content.xml" manifest:media-type="text/xml"/>
8+
<manifest:file-entry manifest:full-path="FN/Object_1/" manifest:media-type="application/vnd.oasis.opendocument.formula"/>
9+
<manifest:file-entry manifest:full-path="FN/manifest.rdf" manifest:media-type="application/rdf+xml"/>
10+
<manifest:file-entry manifest:full-path="FN/styles.xml" manifest:media-type="text/xml"/>
11+
<manifest:file-entry manifest:full-path="FN/" manifest:media-type="application/vnd.oasis.opendocument.text"/>
12+
<manifest:file-entry manifest:full-path="LOREM/LOREM.xml" manifest:media-type="text/xml"/>
13+
<manifest:file-entry manifest:full-path="BlockList.xml" manifest:media-type="text/xml"/>
14+
</manifest:manifest>

extras/source/autotext/lang/af-ZA/standard/mimetype

Whitespace-only changes.
-35.4 KB
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<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"/>

0 commit comments

Comments
 (0)