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

brinzing (via logerrit) logerrit at kemper.freedesktop.org
Thu Aug 29 16:43:19 UTC 2019


 extras/source/autotext/lang/bg/standard/YT/content.xml    |    2 +-
 extras/source/autotext/lang/cs/standard/YT/content.xml    |    2 +-
 extras/source/autotext/lang/da/standard/YT/content.xml    |    2 +-
 extras/source/autotext/lang/de/standard/MFG/content.xml   |    2 +-
 extras/source/autotext/lang/en-GB/standard/YT/content.xml |    2 +-
 extras/source/autotext/lang/en-US/standard/YT/content.xml |    2 +-
 extras/source/autotext/lang/es/standard/ATEN/content.xml  |    2 +-
 extras/source/autotext/lang/fr/standard/SALU/content.xml  |    2 +-
 extras/source/autotext/lang/it/standard/CS/content.xml    |    2 +-
 extras/source/autotext/lang/km/standard/YT/content.xml    |    2 +-
 extras/source/autotext/lang/pt/standard/ATE/content.xml   |    2 +-
 extras/source/autotext/lang/ru/standard/YT/content.xml    |    2 +-
 extras/source/autotext/lang/sk/standard/YT/content.xml    |    2 +-
 extras/source/autotext/lang/sl/standard/YT/content.xml    |    2 +-
 extras/source/autotext/lang/sv/standard/MVH/content.xml   |    2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)

New commits:
commit 7227e5898ecd3eefe2b819d6be8cd425d15b1f38
Author:     brinzing <oliver.brinzing at gmx.de>
AuthorDate: Sat Jul 20 15:34:39 2019 +0200
Commit:     Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Thu Aug 29 18:42:24 2019 +0200

    tdf#126078 Autotext: fix lost space between first-/lastname
    
    Change-Id: I3f8c1e25e06097cbed37fba1ca6a634704387e00
    Reviewed-on: https://gerrit.libreoffice.org/76000
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>

diff --git a/extras/source/autotext/lang/bg/standard/YT/content.xml b/extras/source/autotext/lang/bg/standard/YT/content.xml
index 86bfbc6b7ad8..3a68cdd227d1 100644
--- a/extras/source/autotext/lang/bg/standard/YT/content.xml
+++ b/extras/source/autotext/lang/bg/standard/YT/content.xml
@@ -21,7 +21,7 @@
     <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
    </text:sequence-decls>
    <text:p text:style-name="P1">С уважение:</text:p>
-   <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/> <text:sender-lastname text:fixed="false"/></text:p>
+   <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/><text:s/><text:sender-lastname text:fixed="false"/></text:p>
   </office:text>
  </office:body>
 </office:document-content>
\ No newline at end of file
diff --git a/extras/source/autotext/lang/cs/standard/YT/content.xml b/extras/source/autotext/lang/cs/standard/YT/content.xml
index 79652ead2181..deaf4b88bb1d 100644
--- a/extras/source/autotext/lang/cs/standard/YT/content.xml
+++ b/extras/source/autotext/lang/cs/standard/YT/content.xml
@@ -16,7 +16,7 @@
    <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
   </text:sequence-decls>
   <text:p text:style-name="Salutation">S pozdravem,</text:p>
-  <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/> <text:sender-lastname text:fixed="false"/></text:p>
+  <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/><text:s/><text:sender-lastname text:fixed="false"/></text:p>
   <text:p text:style-name="Standard"/>
  </office:body>
 </office:document-content>
\ No newline at end of file
diff --git a/extras/source/autotext/lang/da/standard/YT/content.xml b/extras/source/autotext/lang/da/standard/YT/content.xml
index ef794d170911..f447d38bf740 100644
--- a/extras/source/autotext/lang/da/standard/YT/content.xml
+++ b/extras/source/autotext/lang/da/standard/YT/content.xml
@@ -14,7 +14,7 @@
    <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
   </text:sequence-decls>
   <text:p text:style-name="Salutation">Kærlig hilsen</text:p>
-  <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/> <text:sender-lastname text:fixed="false"/></text:p>
+  <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/><text:s/><text:sender-lastname text:fixed="false"/></text:p>
   <text:p text:style-name="Standard"/>
  </office:body>
 </office:document-content>
\ No newline at end of file
diff --git a/extras/source/autotext/lang/de/standard/MFG/content.xml b/extras/source/autotext/lang/de/standard/MFG/content.xml
index f49ee0092ed4..d007e08d5ec1 100644
--- a/extras/source/autotext/lang/de/standard/MFG/content.xml
+++ b/extras/source/autotext/lang/de/standard/MFG/content.xml
@@ -16,6 +16,6 @@
    <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
   </text:sequence-decls>
   <text:p text:style-name="Salutation">Mit freundlichen Grüßen</text:p>
-  <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/> <text:sender-lastname text:fixed="false"/></text:p>
+  <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/><text:s/><text:sender-lastname text:fixed="false"/></text:p>
  </office:body>
 </office:document-content>
\ No newline at end of file
diff --git a/extras/source/autotext/lang/en-GB/standard/YT/content.xml b/extras/source/autotext/lang/en-GB/standard/YT/content.xml
index 0d8d37638ada..4bd163440307 100644
--- a/extras/source/autotext/lang/en-GB/standard/YT/content.xml
+++ b/extras/source/autotext/lang/en-GB/standard/YT/content.xml
@@ -16,7 +16,7 @@
    <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
   </text:sequence-decls>
   <text:p text:style-name="Salutation">Yours truly,</text:p>
-  <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/> <text:sender-lastname text:fixed="false"/></text:p>
+  <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/><text:s/><text:sender-lastname text:fixed="false"/></text:p>
   <text:p text:style-name="Standard"/>
  </office:body>
 </office:document-content>
\ No newline at end of file
diff --git a/extras/source/autotext/lang/en-US/standard/YT/content.xml b/extras/source/autotext/lang/en-US/standard/YT/content.xml
index 0d8d37638ada..4bd163440307 100644
--- a/extras/source/autotext/lang/en-US/standard/YT/content.xml
+++ b/extras/source/autotext/lang/en-US/standard/YT/content.xml
@@ -16,7 +16,7 @@
    <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
   </text:sequence-decls>
   <text:p text:style-name="Salutation">Yours truly,</text:p>
-  <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/> <text:sender-lastname text:fixed="false"/></text:p>
+  <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/><text:s/><text:sender-lastname text:fixed="false"/></text:p>
   <text:p text:style-name="Standard"/>
  </office:body>
 </office:document-content>
\ No newline at end of file
diff --git a/extras/source/autotext/lang/es/standard/ATEN/content.xml b/extras/source/autotext/lang/es/standard/ATEN/content.xml
index 777f5b44cf5a..15673ce81aba 100644
--- a/extras/source/autotext/lang/es/standard/ATEN/content.xml
+++ b/extras/source/autotext/lang/es/standard/ATEN/content.xml
@@ -16,6 +16,6 @@
    <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
   </text:sequence-decls>
   <text:p text:style-name="Salutation">Atentamente</text:p>
-  <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/> <text:sender-lastname text:fixed="false"/></text:p>
+  <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/><text:s/><text:sender-lastname text:fixed="false"/></text:p>
  </office:body>
 </office:document-content>
\ No newline at end of file
diff --git a/extras/source/autotext/lang/fr/standard/SALU/content.xml b/extras/source/autotext/lang/fr/standard/SALU/content.xml
index 27b196f611fe..d682991d77c4 100644
--- a/extras/source/autotext/lang/fr/standard/SALU/content.xml
+++ b/extras/source/autotext/lang/fr/standard/SALU/content.xml
@@ -16,6 +16,6 @@
    <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
   </text:sequence-decls>
   <text:p text:style-name="Salutation">Veuillez agréer, Madame, Monsieur, nos sincères salutations.</text:p>
-  <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/> <text:sender-lastname text:fixed="false"/></text:p>
+  <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/><text:s/><text:sender-lastname text:fixed="false"/></text:p>
  </office:body>
 </office:document-content>
\ No newline at end of file
diff --git a/extras/source/autotext/lang/it/standard/CS/content.xml b/extras/source/autotext/lang/it/standard/CS/content.xml
index 01aa4baca7b7..8002a3cf7b5c 100644
--- a/extras/source/autotext/lang/it/standard/CS/content.xml
+++ b/extras/source/autotext/lang/it/standard/CS/content.xml
@@ -16,6 +16,6 @@
    <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
   </text:sequence-decls>
   <text:p text:style-name="Salutation">Cordiali saluti</text:p>
-  <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/> <text:sender-lastname text:fixed="false"/></text:p>
+  <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/><text:s/><text:sender-lastname text:fixed="false"/></text:p>
  </office:body>
 </office:document-content>
\ No newline at end of file
diff --git a/extras/source/autotext/lang/km/standard/YT/content.xml b/extras/source/autotext/lang/km/standard/YT/content.xml
index 0d8d37638ada..4bd163440307 100644
--- a/extras/source/autotext/lang/km/standard/YT/content.xml
+++ b/extras/source/autotext/lang/km/standard/YT/content.xml
@@ -16,7 +16,7 @@
    <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
   </text:sequence-decls>
   <text:p text:style-name="Salutation">Yours truly,</text:p>
-  <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/> <text:sender-lastname text:fixed="false"/></text:p>
+  <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/><text:s/><text:sender-lastname text:fixed="false"/></text:p>
   <text:p text:style-name="Standard"/>
  </office:body>
 </office:document-content>
\ No newline at end of file
diff --git a/extras/source/autotext/lang/pt/standard/ATE/content.xml b/extras/source/autotext/lang/pt/standard/ATE/content.xml
index 9b9d88e292cc..c74d368a1fda 100644
--- a/extras/source/autotext/lang/pt/standard/ATE/content.xml
+++ b/extras/source/autotext/lang/pt/standard/ATE/content.xml
@@ -1,2 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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="ht
 tp://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" office:version="1.0"><office:scripts/><office:font-face-decls><style:font-face style:name="Thorndale" svg:font-family="Thorndale" style:font-family-generic="roman" style:font-pitch="variable"/><style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-family-generic="system" style:font-pitch="variable"/><style:font-face style:name="Tahoma" svg:font-family="Tahoma" style:font-family-generic="system" style:font-pitch="variable"/></office:font-face-decls><office:automatic-styles/><office:body><office:text><text:sequence-decls><text:sequence-decl text:display-outline-level="0" text:name="Illustration"/><text:sequence-decl text:display-o
 utline-level="0" text:name="Table"/><text:sequence-decl text:display-outline-level="0" text:name="Text"/><text:sequence-decl text:display-outline-level="0" text:name="Drawing"/></text:sequence-decls><text:p text:style-name="Salutation">Ao seu dispor,</text:p><text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/> <text:sender-lastname text:fixed="false"/></text:p><text:p text:style-name="Standard"/></office:text></office:body></office:document-content>
\ No newline at end of file
+<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="ht
 tp://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" office:version="1.0"><office:scripts/><office:font-face-decls><style:font-face style:name="Thorndale" svg:font-family="Thorndale" style:font-family-generic="roman" style:font-pitch="variable"/><style:font-face style:name="Andale Sans UI" svg:font-family="'Andale Sans UI'" style:font-family-generic="system" style:font-pitch="variable"/><style:font-face style:name="Tahoma" svg:font-family="Tahoma" style:font-family-generic="system" style:font-pitch="variable"/></office:font-face-decls><office:automatic-styles/><office:body><office:text><text:sequence-decls><text:sequence-decl text:display-outline-level="0" text:name="Illustration"/><text:sequence-decl text:display-o
 utline-level="0" text:name="Table"/><text:sequence-decl text:display-outline-level="0" text:name="Text"/><text:sequence-decl text:display-outline-level="0" text:name="Drawing"/></text:sequence-decls><text:p text:style-name="Salutation">Ao seu dispor,</text:p><text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/><text:s/><text:sender-lastname text:fixed="false"/></text:p><text:p text:style-name="Standard"/></office:text></office:body></office:document-content>
\ No newline at end of file
diff --git a/extras/source/autotext/lang/ru/standard/YT/content.xml b/extras/source/autotext/lang/ru/standard/YT/content.xml
index 0d8d37638ada..4bd163440307 100644
--- a/extras/source/autotext/lang/ru/standard/YT/content.xml
+++ b/extras/source/autotext/lang/ru/standard/YT/content.xml
@@ -16,7 +16,7 @@
    <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
   </text:sequence-decls>
   <text:p text:style-name="Salutation">Yours truly,</text:p>
-  <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/> <text:sender-lastname text:fixed="false"/></text:p>
+  <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/><text:s/><text:sender-lastname text:fixed="false"/></text:p>
   <text:p text:style-name="Standard"/>
  </office:body>
 </office:document-content>
\ No newline at end of file
diff --git a/extras/source/autotext/lang/sk/standard/YT/content.xml b/extras/source/autotext/lang/sk/standard/YT/content.xml
index 7f02831f250c..3c1b80cf6055 100644
--- a/extras/source/autotext/lang/sk/standard/YT/content.xml
+++ b/extras/source/autotext/lang/sk/standard/YT/content.xml
@@ -16,7 +16,7 @@
    <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
   </text:sequence-decls>
   <text:p text:style-name="Salutation">S osobným pozdravom,</text:p>
-  <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/> <text:sender-lastname text:fixed="false"/></text:p>
+  <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/><text:s/><text:sender-lastname text:fixed="false"/></text:p>
   <text:p text:style-name="Standard"/>
  </office:body>
 </office:document-content>
\ No newline at end of file
diff --git a/extras/source/autotext/lang/sl/standard/YT/content.xml b/extras/source/autotext/lang/sl/standard/YT/content.xml
index f39d557e2da4..b2cad0c7fd0a 100644
--- a/extras/source/autotext/lang/sl/standard/YT/content.xml
+++ b/extras/source/autotext/lang/sl/standard/YT/content.xml
@@ -16,7 +16,7 @@
    <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
   </text:sequence-decls>
   <text:p text:style-name="Salutation">Vdano vaš(a),</text:p>
-  <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/> <text:sender-lastname text:fixed="false"/></text:p>
+  <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/><text:s/><text:sender-lastname text:fixed="false"/></text:p>
   <text:p text:style-name="Standard"/>
  </office:body>
 </office:document-content>
\ No newline at end of file
diff --git a/extras/source/autotext/lang/sv/standard/MVH/content.xml b/extras/source/autotext/lang/sv/standard/MVH/content.xml
index 71f324c911c6..d69ab16c722a 100644
--- a/extras/source/autotext/lang/sv/standard/MVH/content.xml
+++ b/extras/source/autotext/lang/sv/standard/MVH/content.xml
@@ -16,6 +16,6 @@
    <text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
   </text:sequence-decls>
   <text:p text:style-name="Salutation">Med vänlig hälsning</text:p>
-  <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/> <text:sender-lastname text:fixed="false"/></text:p>
+  <text:p text:style-name="Signature"><text:sender-firstname text:fixed="false"/><text:s/><text:sender-lastname text:fixed="false"/></text:p>
  </office:body>
 </office:document-content>
\ No newline at end of file


More information about the Libreoffice-commits mailing list