diff options
author | Arnaud Versini <arnaud.versini@gmail.com> | 2010-10-06 20:51:14 +0200 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-10-11 11:12:56 -0400 |
commit | 30625b0bc989750f259492fad8398f107e038bee (patch) | |
tree | e8a40d164856f5f92946be196df77e30b80cb1f1 | |
parent | cb7b24efd792371025ab50e2526b594139884e55 (diff) |
Resolving issue 2838 of OOo.
It’s in two parts :
* autocorrection comparison function during the search of the word(s) takes care of the case.
* possibility to insert two times the same words with different
cases.
-rw-r--r-- | editeng/source/misc/svxacorr.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editeng/source/misc/svxacorr.cxx b/editeng/source/misc/svxacorr.cxx index d9a4bac1b717..59eaf9078999 100644 --- a/editeng/source/misc/svxacorr.cxx +++ b/editeng/source/misc/svxacorr.cxx @@ -220,7 +220,6 @@ static TransliterationWrapper& GetIgnoreTranslWrapper() { static int bIsInit = 0; static TransliterationWrapper aWrp( GetProcessFact(), - ::com::sun::star::i18n::TransliterationModules_IGNORE_CASE | ::com::sun::star::i18n::TransliterationModules_IGNORE_KANA | ::com::sun::star::i18n::TransliterationModules_IGNORE_WIDTH ); if( !bIsInit ) |