From a0c90f1bccd9b5a349d3199746facab549f27dba Mon Sep 17 00:00:00 2001 From: László Németh Date: Fri, 29 May 2020 16:46:44 +0200 Subject: tdf#128860 AutoCorrect: fix apostrophe in Czech, German, MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: László Németh --- include/editeng/svxacorr.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/editeng/svxacorr.hxx') 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 -- cgit