diff options
author | brinzing <oliver.brinzing@gmx.de> | 2019-07-20 15:34:39 +0200 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2019-08-29 18:42:24 +0200 |
commit | 7227e5898ecd3eefe2b819d6be8cd425d15b1f38 (patch) | |
tree | 6cf1c1ece76ce61854250a9d22beaabf200e469e /extras/source/autotext/lang/ru | |
parent | 338a938c8d6dce09d6f1200c542b46c4442cab6b (diff) |
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@cib.de>
Diffstat (limited to 'extras/source/autotext/lang/ru')
-rw-r--r-- | extras/source/autotext/lang/ru/standard/YT/content.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |