diff options
author | László Németh <nemeth@numbertext.org> | 2020-05-29 16:46:44 +0200 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2020-05-31 23:13:59 +0200 |
commit | a0c90f1bccd9b5a349d3199746facab549f27dba (patch) | |
tree | bfbcd83d624c46a5d54317d20f450c896c51b2ce /include | |
parent | 57f07b1d7378d218648667c5b1315cc8ad905875 (diff) |
tdf#128860 AutoCorrect: fix apostrophe in Czech, German,
Icelandic, Slovak and Slovene at "Single quotes"
replacement outside of second level quotations.
For example:
‚quote' -> ‚quote‘
but now
apostrophe' -> apostrophe’
instead of the bad
apostrophe' -> apostrophe‘
Change-Id: Ie6d367639cb80ec9f11e4d824b87f537e5285182
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95213
Tested-by: Jenkins
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/svxacorr.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/editeng/svxacorr.hxx b/include/editeng/svxacorr.hxx index c9d9a866a949..697ac614f76d 100644 --- a/include/editeng/svxacorr.hxx +++ b/include/editeng/svxacorr.hxx @@ -86,6 +86,7 @@ enum class ACQuotes NonBreakingSpace, CapitalizeIAm, DoubleAngleQuote, + UseApostrophe, }; // TODO: handle code points > U+FFFF and check users of this class |