diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-05-10 10:54:15 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-06-10 13:57:24 +0200 |
commit | 3a688ca467cebd65ef30ab80d4211715b1665348 (patch) | |
tree | 8e9d36bc5b911bfbebde178df68ec652cb3eccef /extras | |
parent | d952df361a5e190246d7a0738ae5347b82cd57b5 (diff) |
autocorr for da: fx can appear at end of sentence
as in e.g. "Vi kunne jo tage bussen, fx." so remove the "fx." entry from
the autocorrect list
Change-Id: I5c03f46bd1e35fcf8fa731983c7459f2ba99b174
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134107
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/source/autocorr/lang/da/DocumentList.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extras/source/autocorr/lang/da/DocumentList.xml b/extras/source/autocorr/lang/da/DocumentList.xml index 258cce958513..6a0e62218edb 100644 --- a/extras/source/autocorr/lang/da/DocumentList.xml +++ b/extras/source/autocorr/lang/da/DocumentList.xml @@ -223,7 +223,6 @@ <block-list:block block-list:abbreviated-name="fungere gerne" block-list:name="fungerer gerne"/> <block-list:block block-list:abbreviated-name="fungere ikke" block-list:name="fungerer ikke"/> <block-list:block block-list:abbreviated-name="fungere ofte" block-list:name="fungerer ofte"/> - <block-list:block block-list:abbreviated-name="fx." block-list:name="fx"/> <block-list:block block-list:abbreviated-name="gallionsfigur" block-list:name="galionsfigur"/> <block-list:block block-list:abbreviated-name="gemmen" block-list:name="gennem"/> <block-list:block block-list:abbreviated-name="genenm" block-list:name="gennem"/> |