[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - extras/source

Thorsten Behrens (via logerrit) logerrit at kemper.freedesktop.org
Tue Oct 27 09:30:52 UTC 2020


 extras/source/autocorr/lang/de/DocumentList.xml |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 0c5cd8a4f525f1c421f6e0eeec9a517183572d2f
Author:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
AuthorDate: Mon Oct 26 17:32:34 2020 +0100
Commit:     Michael Stahl <michael.stahl at cib.de>
CommitDate: Tue Oct 27 10:30:20 2020 +0100

    tdf#131510 fix German autocorrect list for 'daß'
    
    Change-Id: I3b36aaa7b641ca5747c446e6304036d7fdb86b7d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104819
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
    (cherry picked from commit 0f73a6268d32050fb4da2ca510aabfd0cbda3bbb)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104831
    Reviewed-by: Michael Stahl <michael.stahl at cib.de>

diff --git a/extras/source/autocorr/lang/de/DocumentList.xml b/extras/source/autocorr/lang/de/DocumentList.xml
index 7cf483cb1404..e93742484c86 100644
--- a/extras/source/autocorr/lang/de/DocumentList.xml
+++ b/extras/source/autocorr/lang/de/DocumentList.xml
@@ -66,7 +66,9 @@
   <block-list:block block-list:abbreviated-name="Dockument" block-list:name="Dokument"/>
   <block-list:block block-list:abbreviated-name="dre" block-list:name="der"/>
   <block-list:block block-list:abbreviated-name="dsa" block-list:name="das"/>
-  <block-list:block block-list:abbreviated-name="dßa" block-list:name="daß"/>
+  <block-list:block block-list:abbreviated-name="dßa" block-list:name="dass"/>
+  <block-list:block block-list:abbreviated-name="daß" block-list:name="dass"/>
+  <block-list:block block-list:abbreviated-name="dssa" block-list:name="dass"/>
   <block-list:block block-list:abbreviated-name="edr" block-list:name="der"/>
   <block-list:block block-list:abbreviated-name="edr" block-list:name="der"/>
   <block-list:block block-list:abbreviated-name="emfehlen" block-list:name="empfehlen"/>


More information about the Libreoffice-commits mailing list