summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorLaurent Balland <laurent.balland@mailo.fr>2024-04-13 11:06:34 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2024-04-13 12:31:58 +0200
commit2b6eb4eb9360f3004e2b3ce89879af5d1fb51aa8 (patch)
treea65074f043fc74abeab3c993aa6ea5897ccca311 /extras
parent791a2489eecc3e59d7a31a4bb9e513a576db08ee (diff)
tdf#160567 Replace duplicate style A4 with A0
Style A4 was defined twice and A0 was missing. Rename second A4 with A0 and change size to 48pt Change-Id: I529b4fab5223269908867531873d36d3e878e7e7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166045 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'extras')
-rw-r--r--extras/source/templates/presnt/Beehive/styles.xml4
-rw-r--r--extras/source/templates/presnt/Blue_Curve/styles.xml4
-rw-r--r--extras/source/templates/presnt/Blueprint_Plans/styles.xml4
-rw-r--r--extras/source/templates/presnt/DNA/styles.xml4
-rw-r--r--extras/source/templates/presnt/Focus/styles.xml4
-rw-r--r--extras/source/templates/presnt/Forestbird/styles.xml4
-rw-r--r--extras/source/templates/presnt/Grey_Elegant/styles.xml4
-rw-r--r--extras/source/templates/presnt/Growing_Liberty/styles.xml4
-rw-r--r--extras/source/templates/presnt/Inspiration/styles.xml4
-rw-r--r--extras/source/templates/presnt/Lights/styles.xml4
-rw-r--r--extras/source/templates/presnt/Midnightblue/styles.xml4
-rw-r--r--extras/source/templates/presnt/Pencil/styles.xml4
-rw-r--r--extras/source/templates/presnt/Piano/styles.xml4
-rw-r--r--extras/source/templates/presnt/Portfolio/styles.xml4
-rw-r--r--extras/source/templates/presnt/Progress/styles.xml4
-rw-r--r--extras/source/templates/presnt/Sunset/styles.xml4
-rw-r--r--extras/source/templates/presnt/Vivid/styles.xml4
-rw-r--r--extras/source/templates/presnt/Yellow_Idea/styles.xml4
18 files changed, 36 insertions, 36 deletions
diff --git a/extras/source/templates/presnt/Beehive/styles.xml b/extras/source/templates/presnt/Beehive/styles.xml
index 74f40446049b..29843493f876 100644
--- a/extras/source/templates/presnt/Beehive/styles.xml
+++ b/extras/source/templates/presnt/Beehive/styles.xml
@@ -87,9 +87,9 @@
<style:style style:name="Text_20_A4" style:display-name="Text A4" style:family="graphic" style:parent-style-name="A4">
<style:graphic-properties draw:stroke="none"/>
</style:style>
- <style:style style:name="A4" style:family="graphic" style:parent-style-name="Text">
+ <style:style style:name="A0" style:family="graphic" style:parent-style-name="Text">
<style:graphic-properties draw:fill="none"/>
- <style:text-properties fo:font-size="18pt" style:font-size-asian="18pt" style:font-size-complex="18pt"/>
+ <style:text-properties fo:font-size="48pt" style:font-size-asian="48pt" style:font-size-complex="48pt"/>
</style:style>
<style:style style:name="Title_20_A0" style:display-name="Title A0" style:family="graphic" style:parent-style-name="A0">
<style:graphic-properties draw:stroke="none"/>
diff --git a/extras/source/templates/presnt/Blue_Curve/styles.xml b/extras/source/templates/presnt/Blue_Curve/styles.xml
index bc0420e28577..9e3863fedfc5 100644
--- a/extras/source/templates/presnt/Blue_Curve/styles.xml
+++ b/extras/source/templates/presnt/Blue_Curve/styles.xml
@@ -97,9 +97,9 @@
<style:style style:name="Text_20_A4" style:display-name="Text A4" style:family="graphic" style:parent-style-name="A4">
<style:graphic-properties draw:stroke="none"/>
</style:style>
- <style:style style:name="A4" style:family="graphic" style:parent-style-name="Text">
+ <style:style style:name="A0" style:family="graphic" style:parent-style-name="Text">
<style:graphic-properties draw:fill="none"/>
- <style:text-properties fo:font-size="18pt" style:font-size-asian="18pt" style:font-size-complex="18pt"/>
+ <style:text-properties fo:font-size="48pt" style:font-size-asian="48pt" style:font-size-complex="48pt"/>
</style:style>
<style:style style:name="Title_20_A0" style:display-name="Title A0" style:family="graphic" style:parent-style-name="A0">
<style:graphic-properties draw:stroke="none"/>
diff --git a/extras/source/templates/presnt/Blueprint_Plans/styles.xml b/extras/source/templates/presnt/Blueprint_Plans/styles.xml
index bd1b430c6cae..00d8310d25fb 100644
--- a/extras/source/templates/presnt/Blueprint_Plans/styles.xml
+++ b/extras/source/templates/presnt/Blueprint_Plans/styles.xml
@@ -100,9 +100,9 @@
<style:style style:name="Text_20_A4" style:display-name="Text A4" style:family="graphic" style:parent-style-name="A4">
<style:graphic-properties draw:stroke="none"/>
</style:style>
- <style:style style:name="A4" style:family="graphic" style:parent-style-name="Text">
+ <style:style style:name="A0" style:family="graphic" style:parent-style-name="Text">
<style:graphic-properties draw:fill="none"/>
- <style:text-properties fo:font-size="18pt" style:font-size-asian="18pt" style:font-size-complex="18pt"/>
+ <style:text-properties fo:font-size="48pt" style:font-size-asian="48pt" style:font-size-complex="48pt"/>
</style:style>
<style:style style:name="Title_20_A0" style:display-name="Title A0" style:family="graphic" style:parent-style-name="A0">
<style:graphic-properties draw:stroke="none"/>
diff --git a/extras/source/templates/presnt/DNA/styles.xml b/extras/source/templates/presnt/DNA/styles.xml
index ac5a9da4739d..42422332ddee 100644
--- a/extras/source/templates/presnt/DNA/styles.xml
+++ b/extras/source/templates/presnt/DNA/styles.xml
@@ -95,9 +95,9 @@
<style:style style:name="Text_20_A4" style:display-name="Text A4" style:family="graphic" style:parent-style-name="A4">
<style:graphic-properties draw:stroke="none"/>
</style:style>
- <style:style style:name="A4" style:family="graphic" style:parent-style-name="Text">
+ <style:style style:name="A0" style:family="graphic" style:parent-style-name="Text">
<style:graphic-properties draw:fill="none"/>
- <style:text-properties fo:font-size="18pt" style:font-size-asian="18pt" style:font-size-complex="18pt"/>
+ <style:text-properties fo:font-size="48pt" style:font-size-asian="48pt" style:font-size-complex="48pt"/>
</style:style>
<style:style style:name="Title_20_A0" style:display-name="Title A0" style:family="graphic" style:parent-style-name="A0">
<style:graphic-properties draw:stroke="none"/>
diff --git a/extras/source/templates/presnt/Focus/styles.xml b/extras/source/templates/presnt/Focus/styles.xml
index 4d5464c0d1ad..a563575e2fd3 100644
--- a/extras/source/templates/presnt/Focus/styles.xml
+++ b/extras/source/templates/presnt/Focus/styles.xml
@@ -99,9 +99,9 @@
<style:style style:name="Text_20_A4" style:display-name="Text A4" style:family="graphic" style:parent-style-name="A4">
<style:graphic-properties draw:stroke="none"/>
</style:style>
- <style:style style:name="A4" style:family="graphic" style:parent-style-name="Text">
+ <style:style style:name="A0" style:family="graphic" style:parent-style-name="Text">
<style:graphic-properties draw:fill="none"/>
- <style:text-properties fo:font-size="18pt" style:font-size-asian="18pt" style:font-size-complex="18pt"/>
+ <style:text-properties fo:font-size="48pt" style:font-size-asian="48pt" style:font-size-complex="48pt"/>
</style:style>
<style:style style:name="Title_20_A0" style:display-name="Title A0" style:family="graphic" style:parent-style-name="A0">
<style:graphic-properties draw:stroke="none"/>
diff --git a/extras/source/templates/presnt/Forestbird/styles.xml b/extras/source/templates/presnt/Forestbird/styles.xml
index 37f2285c8d03..c59cef8d8dec 100644
--- a/extras/source/templates/presnt/Forestbird/styles.xml
+++ b/extras/source/templates/presnt/Forestbird/styles.xml
@@ -96,9 +96,9 @@
<style:style style:name="Text_20_A4" style:display-name="Text A4" style:family="graphic" style:parent-style-name="A4">
<style:graphic-properties draw:stroke="none"/>
</style:style>
- <style:style style:name="A4" style:family="graphic" style:parent-style-name="Text">
+ <style:style style:name="A0" style:family="graphic" style:parent-style-name="Text">
<style:graphic-properties draw:fill="none"/>
- <style:text-properties fo:font-size="18pt" style:font-size-asian="18pt" style:font-size-complex="18pt"/>
+ <style:text-properties fo:font-size="48pt" style:font-size-asian="48pt" style:font-size-complex="48pt"/>
</style:style>
<style:style style:name="Title_20_A0" style:display-name="Title A0" style:family="graphic" style:parent-style-name="A0">
<style:graphic-properties draw:stroke="none"/>
diff --git a/extras/source/templates/presnt/Grey_Elegant/styles.xml b/extras/source/templates/presnt/Grey_Elegant/styles.xml
index 56c54c7599c6..0ab79d21e8ab 100644
--- a/extras/source/templates/presnt/Grey_Elegant/styles.xml
+++ b/extras/source/templates/presnt/Grey_Elegant/styles.xml
@@ -102,9 +102,9 @@
<style:style style:name="Text_20_A4" style:display-name="Text A4" style:family="graphic" style:parent-style-name="A4">
<style:graphic-properties draw:stroke="none"/>
</style:style>
- <style:style style:name="A4" style:family="graphic" style:parent-style-name="Text">
+ <style:style style:name="A0" style:family="graphic" style:parent-style-name="Text">
<style:graphic-properties draw:fill="none"/>
- <style:text-properties fo:font-size="18pt"/>
+ <style:text-properties fo:font-size="48pt"/>
</style:style>
<style:style style:name="Title_20_A0" style:display-name="Title A0" style:family="graphic" style:parent-style-name="A0">
<style:graphic-properties draw:stroke="none"/>
diff --git a/extras/source/templates/presnt/Growing_Liberty/styles.xml b/extras/source/templates/presnt/Growing_Liberty/styles.xml
index 15715b0a9474..cea97722d541 100644
--- a/extras/source/templates/presnt/Growing_Liberty/styles.xml
+++ b/extras/source/templates/presnt/Growing_Liberty/styles.xml
@@ -112,9 +112,9 @@
<style:style style:name="Text_20_A4" style:display-name="Text A4" style:family="graphic" style:parent-style-name="A4">
<style:graphic-properties draw:stroke="none"/>
</style:style>
- <style:style style:name="A4" style:family="graphic" style:parent-style-name="Text">
+ <style:style style:name="A0" style:family="graphic" style:parent-style-name="Text">
<style:graphic-properties draw:fill="none"/>
- <style:text-properties fo:font-size="18pt"/>
+ <style:text-properties fo:font-size="48pt"/>
</style:style>
<style:style style:name="Title_20_A0" style:display-name="Title A0" style:family="graphic" style:parent-style-name="A0">
<style:graphic-properties draw:stroke="none"/>
diff --git a/extras/source/templates/presnt/Inspiration/styles.xml b/extras/source/templates/presnt/Inspiration/styles.xml
index 765df9ccb090..aa439052f9cd 100644
--- a/extras/source/templates/presnt/Inspiration/styles.xml
+++ b/extras/source/templates/presnt/Inspiration/styles.xml
@@ -94,9 +94,9 @@
<style:style style:name="Text_20_A4" style:display-name="Text A4" style:family="graphic" style:parent-style-name="A4">
<style:graphic-properties draw:stroke="none"/>
</style:style>
- <style:style style:name="A4" style:family="graphic" style:parent-style-name="Text">
+ <style:style style:name="A0" style:family="graphic" style:parent-style-name="Text">
<style:graphic-properties draw:fill="none"/>
- <style:text-properties fo:font-size="18pt" style:font-size-asian="18pt" style:font-size-complex="18pt"/>
+ <style:text-properties fo:font-size="48pt" style:font-size-asian="48pt" style:font-size-complex="48pt"/>
</style:style>
<style:style style:name="Title_20_A0" style:display-name="Title A0" style:family="graphic" style:parent-style-name="A0">
<style:graphic-properties draw:stroke="none"/>
diff --git a/extras/source/templates/presnt/Lights/styles.xml b/extras/source/templates/presnt/Lights/styles.xml
index 8f6ffdc72e13..173e6a718499 100644
--- a/extras/source/templates/presnt/Lights/styles.xml
+++ b/extras/source/templates/presnt/Lights/styles.xml
@@ -98,9 +98,9 @@
<style:style style:name="Text_20_A4" style:display-name="Text A4" style:family="graphic" style:parent-style-name="A4">
<style:graphic-properties draw:stroke="none"/>
</style:style>
- <style:style style:name="A4" style:family="graphic" style:parent-style-name="Text">
+ <style:style style:name="A0" style:family="graphic" style:parent-style-name="Text">
<style:graphic-properties draw:fill="none"/>
- <style:text-properties fo:font-size="18pt" style:font-size-asian="18pt" style:font-size-complex="18pt"/>
+ <style:text-properties fo:font-size="48pt" style:font-size-asian="48pt" style:font-size-complex="48pt"/>
</style:style>
<style:style style:name="Title_20_A0" style:display-name="Title A0" style:family="graphic" style:parent-style-name="A0">
<style:graphic-properties draw:stroke="none"/>
diff --git a/extras/source/templates/presnt/Midnightblue/styles.xml b/extras/source/templates/presnt/Midnightblue/styles.xml
index cb6f0f02a4a5..eaa876cba5ed 100644
--- a/extras/source/templates/presnt/Midnightblue/styles.xml
+++ b/extras/source/templates/presnt/Midnightblue/styles.xml
@@ -106,9 +106,9 @@
<style:style style:name="Text_20_A4" style:display-name="Text A4" style:family="graphic" style:parent-style-name="A4">
<style:graphic-properties draw:stroke="none"/>
</style:style>
- <style:style style:name="A4" style:family="graphic" style:parent-style-name="Text">
+ <style:style style:name="A0" style:family="graphic" style:parent-style-name="Text">
<style:graphic-properties draw:fill="none"/>
- <style:text-properties fo:font-size="18pt" style:font-size-asian="18pt" style:font-size-complex="18pt"/>
+ <style:text-properties fo:font-size="48pt" style:font-size-asian="48pt" style:font-size-complex="48pt"/>
</style:style>
<style:style style:name="Title_20_A0" style:display-name="Title A0" style:family="graphic" style:parent-style-name="A0">
<style:graphic-properties draw:stroke="none"/>
diff --git a/extras/source/templates/presnt/Pencil/styles.xml b/extras/source/templates/presnt/Pencil/styles.xml
index f33b488c5a0a..6dac926e2706 100644
--- a/extras/source/templates/presnt/Pencil/styles.xml
+++ b/extras/source/templates/presnt/Pencil/styles.xml
@@ -94,9 +94,9 @@
<style:style style:name="Text_20_A4" style:display-name="Text A4" style:family="graphic" style:parent-style-name="A4">
<style:graphic-properties draw:stroke="none"/>
</style:style>
- <style:style style:name="A4" style:family="graphic" style:parent-style-name="Text">
+ <style:style style:name="A0" style:family="graphic" style:parent-style-name="Text">
<style:graphic-properties draw:fill="none"/>
- <style:text-properties fo:font-size="18pt" style:font-size-asian="18pt" style:font-size-complex="18pt"/>
+ <style:text-properties fo:font-size="48pt" style:font-size-asian="48pt" style:font-size-complex="48pt"/>
</style:style>
<style:style style:name="Title_20_A0" style:display-name="Title A0" style:family="graphic" style:parent-style-name="A0">
<style:graphic-properties draw:stroke="none"/>
diff --git a/extras/source/templates/presnt/Piano/styles.xml b/extras/source/templates/presnt/Piano/styles.xml
index 560b8cdd56c8..28655a9e3d01 100644
--- a/extras/source/templates/presnt/Piano/styles.xml
+++ b/extras/source/templates/presnt/Piano/styles.xml
@@ -96,9 +96,9 @@
<style:style style:name="Text_20_A4" style:display-name="Text A4" style:family="graphic" style:parent-style-name="A4">
<style:graphic-properties draw:stroke="none"/>
</style:style>
- <style:style style:name="A4" style:family="graphic" style:parent-style-name="Text">
+ <style:style style:name="A0" style:family="graphic" style:parent-style-name="Text">
<style:graphic-properties draw:fill="none"/>
- <style:text-properties fo:font-size="18pt" style:font-size-asian="18pt" style:font-size-complex="18pt"/>
+ <style:text-properties fo:font-size="48pt" style:font-size-asian="48pt" style:font-size-complex="48pt"/>
</style:style>
<style:style style:name="Title_20_A0" style:display-name="Title A0" style:family="graphic" style:parent-style-name="A0">
<style:graphic-properties draw:stroke="none"/>
diff --git a/extras/source/templates/presnt/Portfolio/styles.xml b/extras/source/templates/presnt/Portfolio/styles.xml
index 67b1af38f106..d20caf9da7da 100644
--- a/extras/source/templates/presnt/Portfolio/styles.xml
+++ b/extras/source/templates/presnt/Portfolio/styles.xml
@@ -102,9 +102,9 @@
<style:style style:name="Text_20_A4" style:display-name="Text A4" style:family="graphic" style:parent-style-name="A4">
<style:graphic-properties draw:stroke="none"/>
</style:style>
- <style:style style:name="A4" style:family="graphic" style:parent-style-name="Text">
+ <style:style style:name="A0" style:family="graphic" style:parent-style-name="Text">
<style:graphic-properties draw:fill="none"/>
- <style:text-properties fo:font-size="18pt" style:font-size-asian="18pt" style:font-size-complex="18pt"/>
+ <style:text-properties fo:font-size="48pt" style:font-size-asian="48pt" style:font-size-complex="48pt"/>
</style:style>
<style:style style:name="Title_20_A0" style:display-name="Title A0" style:family="graphic" style:parent-style-name="A0">
<style:graphic-properties draw:stroke="none"/>
diff --git a/extras/source/templates/presnt/Progress/styles.xml b/extras/source/templates/presnt/Progress/styles.xml
index 65bf07a771cc..49562966699b 100644
--- a/extras/source/templates/presnt/Progress/styles.xml
+++ b/extras/source/templates/presnt/Progress/styles.xml
@@ -99,9 +99,9 @@
<style:style style:name="Text_20_A4" style:display-name="Text A4" style:family="graphic" style:parent-style-name="A4">
<style:graphic-properties draw:stroke="none"/>
</style:style>
- <style:style style:name="A4" style:family="graphic" style:parent-style-name="Text">
+ <style:style style:name="A0" style:family="graphic" style:parent-style-name="Text">
<style:graphic-properties draw:fill="none"/>
- <style:text-properties fo:font-size="18pt" style:font-size-asian="18pt" style:font-size-complex="18pt"/>
+ <style:text-properties fo:font-size="48pt" style:font-size-asian="48pt" style:font-size-complex="48pt"/>
</style:style>
<style:style style:name="Title_20_A0" style:display-name="Title A0" style:family="graphic" style:parent-style-name="A0">
<style:graphic-properties draw:stroke="none"/>
diff --git a/extras/source/templates/presnt/Sunset/styles.xml b/extras/source/templates/presnt/Sunset/styles.xml
index c135737d278e..7881ed513c68 100644
--- a/extras/source/templates/presnt/Sunset/styles.xml
+++ b/extras/source/templates/presnt/Sunset/styles.xml
@@ -99,9 +99,9 @@
<style:style style:name="Text_20_A4" style:display-name="Text A4" style:family="graphic" style:parent-style-name="A4">
<style:graphic-properties draw:stroke="none"/>
</style:style>
- <style:style style:name="A4" style:family="graphic" style:parent-style-name="Text">
+ <style:style style:name="A0" style:family="graphic" style:parent-style-name="Text">
<style:graphic-properties draw:fill="none"/>
- <style:text-properties fo:font-size="18pt" style:font-size-asian="18pt" style:font-size-complex="18pt"/>
+ <style:text-properties fo:font-size="48pt" style:font-size-asian="48pt" style:font-size-complex="48pt"/>
</style:style>
<style:style style:name="Title_20_A0" style:display-name="Title A0" style:family="graphic" style:parent-style-name="A0">
<style:graphic-properties draw:stroke="none"/>
diff --git a/extras/source/templates/presnt/Vivid/styles.xml b/extras/source/templates/presnt/Vivid/styles.xml
index 1a22b994d6f7..56760b6dc5e8 100644
--- a/extras/source/templates/presnt/Vivid/styles.xml
+++ b/extras/source/templates/presnt/Vivid/styles.xml
@@ -99,9 +99,9 @@
<style:style style:name="Text_20_A4" style:display-name="Text A4" style:family="graphic" style:parent-style-name="A4">
<style:graphic-properties draw:stroke="none"/>
</style:style>
- <style:style style:name="A4" style:family="graphic" style:parent-style-name="Text">
+ <style:style style:name="A0" style:family="graphic" style:parent-style-name="Text">
<style:graphic-properties draw:fill="none"/>
- <style:text-properties fo:font-size="18pt"/>
+ <style:text-properties fo:font-size="48pt"/>
</style:style>
<style:style style:name="Title_20_A0" style:display-name="Title A0" style:family="graphic" style:parent-style-name="A0">
<style:graphic-properties draw:stroke="none"/>
diff --git a/extras/source/templates/presnt/Yellow_Idea/styles.xml b/extras/source/templates/presnt/Yellow_Idea/styles.xml
index 276ae95d5ce5..aa8cfab8ab73 100644
--- a/extras/source/templates/presnt/Yellow_Idea/styles.xml
+++ b/extras/source/templates/presnt/Yellow_Idea/styles.xml
@@ -111,9 +111,9 @@
<style:style style:name="Text_20_A4" style:display-name="Text A4" style:family="graphic" style:parent-style-name="A4">
<style:graphic-properties draw:stroke="none"/>
</style:style>
- <style:style style:name="A4" style:family="graphic" style:parent-style-name="Text">
+ <style:style style:name="A0" style:family="graphic" style:parent-style-name="Text">
<style:graphic-properties draw:fill="none"/>
- <style:text-properties fo:font-size="18pt"/>
+ <style:text-properties fo:font-size="48pt"/>
</style:style>
<style:style style:name="Title_20_A0" style:display-name="Title A0" style:family="graphic" style:parent-style-name="A0">
<style:graphic-properties draw:stroke="none"/>