summaryrefslogtreecommitdiffstats
path: root/include/editeng/svxacorr.hxx
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2020-05-29 16:46:44 +0200
committerLászló Németh <nemeth@numbertext.org>2020-05-31 23:13:59 +0200
commita0c90f1bccd9b5a349d3199746facab549f27dba (patch)
treebfbcd83d624c46a5d54317d20f450c896c51b2ce /include/editeng/svxacorr.hxx
parenttdf#133524 AutoCorrect: support double angle quotes (diff)
downloadcore-a0c90f1bccd9b5a349d3199746facab549f27dba.tar.gz
core-a0c90f1bccd9b5a349d3199746facab549f27dba.zip
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/editeng/svxacorr.hxx')
-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