[Libreoffice-commits] core.git: extras/source

andreas kainz (via logerrit) logerrit at kemper.freedesktop.org
Fri May 15 10:36:55 UTC 2020


 extras/source/templates/styles/Default/styles.xml |   10 ++++++++++
 1 file changed, 10 insertions(+)

New commits:
commit 8ceba7eba43ba5ac16f15c239578ec9354f450ea
Author:     andreas kainz <kainz.a at gmail.com>
AuthorDate: Thu May 7 00:20:23 2020 +0200
Commit:     andreas_kainz <kainz.a at gmail.com>
CommitDate: Fri May 15 12:36:19 2020 +0200

    writer default styles hide LibO app specific styles
    
    Change-Id: Id9644e1a37a1e28810450ed810d22e1b62379564
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93604
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
    Reviewed-by: andreas_kainz <kainz.a at gmail.com>

diff --git a/extras/source/templates/styles/Default/styles.xml b/extras/source/templates/styles/Default/styles.xml
index c736fbb57298..8973168bc11f 100644
--- a/extras/source/templates/styles/Default/styles.xml
+++ b/extras/source/templates/styles/Default/styles.xml
@@ -83,6 +83,16 @@
       <style:paragraph-properties fo:margin-top="0.106cm" fo:margin-bottom="0.106cm" loext:contextual-spacing="false"/>
       <style:text-properties fo:font-size="80%" fo:font-weight="bold" style:font-size-asian="80%" style:font-weight-asian="bold" style:font-size-complex="80%" style:font-weight-complex="bold"/>
     </style:style>
+    <style:style style:name="Sender" style:family="paragraph" style:hidden="true" style:parent-style-name="Standard" style:class="extra">
+    </style:style>
+    <style:style style:name="Addressee" style:family="paragraph" style:hidden="true" style:parent-style-name="Standard" style:class="extra">
+    </style:style>
+    <style:style style:name="Salutation" style:family="paragraph" style:hidden="true" style:parent-style-name="Standard" style:class="text">
+    </style:style>
+    <style:style style:name="Horizontal_20_Line" style:display-name="Horizontal Line" style:family="paragraph" style:hidden="true" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="html">
+    </style:style>
+    <style:style style:name="Signature" style:family="paragraph" style:hidden="true" style:parent-style-name="Standard" style:class="text">
+    </style:style>
     <text:outline-style style:name="Outline">
       <text:outline-level-style text:level="1" style:num-format="">
         <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">


More information about the Libreoffice-commits mailing list