diff options
author | László Németh <nemeth@numbertext.org> | 2019-04-01 21:57:13 +0200 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2019-04-02 09:33:42 +0200 |
commit | 376e3a4893356d2eb7c2a5a902b533982e2663ae (patch) | |
tree | 4147f37dc24373ac0a8485358583cedcbb735dc2 /include | |
parent | 7ac53984d7749e50cf2f6f2dcc19e3d53d7ff603 (diff) |
tdf#108423 autocorrect English word i' -> I’
Now correction of the ASCII quotation mark to the
typographical one (’) capitalizes the preceding single
lowercase i, too, as in MSO, if the language of the
text is English.
Change-Id: Ic7586f07aa13f441e25494ff4cc11c672ac4a67a
Reviewed-on: https://gerrit.libreoffice.org/70088
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/svxacorr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/svxacorr.hxx b/include/editeng/svxacorr.hxx index 0c7a5fc7cb80..311ed4cfadf7 100644 --- a/include/editeng/svxacorr.hxx +++ b/include/editeng/svxacorr.hxx @@ -318,7 +318,7 @@ public: OUString GetQuote( SvxAutoCorrDoc const & rDoc, sal_Int32 nInsPos, sal_Unicode cInsChar, bool bSttQuote ); void InsertQuote( SvxAutoCorrDoc& rDoc, sal_Int32 nInsPos, - sal_Unicode cInsChar, bool bSttQuote, bool bIns ); + sal_Unicode cInsChar, bool bSttQuote, bool bIns, bool b_iApostrophe ); // Query/Set the name of the AutoCorrect file // the default is "autocorr.dat" |