diff options
author | Laurent BP <laurent.balland-poirier@laposte.net> | 2022-09-11 13:39:04 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-09-14 11:34:36 +0200 |
commit | 9242e6f49647a4247967ceb3a621a27d0a4e021c (patch) | |
tree | dfd4bc4eaabb8aef01fa5df318ce372e0ad21dd9 /extras | |
parent | 531652352b3be6504c2f68ba4220edc7c236cb01 (diff) |
tdf#135060 Modify Blue_Curve template
When using template as master page, styles Accent_x are not imported
This patch add direct formating to keep format when using template as
master page.
Change-Id: I5cd01b882c45b46bc798c2c04a1df8b0eab01226
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139768
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/source/templates/presnt/Blue_Curve/styles.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/source/templates/presnt/Blue_Curve/styles.xml b/extras/source/templates/presnt/Blue_Curve/styles.xml index 32c119db98e8..f4820820481f 100644 --- a/extras/source/templates/presnt/Blue_Curve/styles.xml +++ b/extras/source/templates/presnt/Blue_Curve/styles.xml @@ -569,8 +569,8 @@ <style:graphic-properties draw:stroke="none" draw:fill="none" draw:fill-color="#ffffff" draw:textarea-vertical-align="bottom" draw:auto-grow-height="false" fo:min-height="1.485cm"/> <style:paragraph-properties style:writing-mode="lr-tb"/> </style:style> - <style:style style:name="Mgr3" style:family="graphic" style:parent-style-name="Accent_20_1"> - <style:graphic-properties draw:opacity="100%" draw:textarea-vertical-align="middle" fo:min-height="2.612cm" fo:min-width="28.001cm"/> + <style:style style:name="Mgr3" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke="none" svg:stroke-color="#009bdd" draw:fill="gradient" draw:fill-gradient-name="Gradient_20_7" draw:gradient-step-count="64" draw:shadow="visible" draw:shadow-offset-x="0cm" draw:shadow-offset-y="0.03cm" draw:shadow-color="#009bdd" draw:opacity="100%" draw:textarea-vertical-align="middle" fo:min-height="2.612cm" fo:min-width="28.001cm"/> </style:style> <style:style style:name="Mgr4" style:family="graphic" style:parent-style-name="Accent_20_1"> <style:graphic-properties draw:textarea-vertical-align="middle" fo:min-height="2cm" fo:min-width="27.991cm"/> |