summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2020-05-29 16:46:44 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2020-06-02 15:42:43 +0200
commitc3ef223ba5f893f8096d205ef09b5f5262ab6baa (patch)
treea94b14de30525a2fd988ec833331edfb17eb1aa5 /include
parent72292b89dad6e58c12df6614458900d8014d84e4 (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> (cherry picked from commit a0c90f1bccd9b5a349d3199746facab549f27dba) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95316 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'include')
-rw-r--r--include/editeng/svxacorr.hxx1
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