Kaydet (Commit) c360b9e3 authored tarafından Arnaud Versini's avatar Arnaud Versini Kaydeden (comit) Cédric Bosdonnat

This patch resolve the 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.
üst 7260a33c
...@@ -220,7 +220,6 @@ static TransliterationWrapper& GetIgnoreTranslWrapper() ...@@ -220,7 +220,6 @@ static TransliterationWrapper& GetIgnoreTranslWrapper()
{ {
static int bIsInit = 0; static int bIsInit = 0;
static TransliterationWrapper aWrp( GetProcessFact(), static TransliterationWrapper aWrp( GetProcessFact(),
::com::sun::star::i18n::TransliterationModules_IGNORE_CASE |
::com::sun::star::i18n::TransliterationModules_IGNORE_KANA | ::com::sun::star::i18n::TransliterationModules_IGNORE_KANA |
::com::sun::star::i18n::TransliterationModules_IGNORE_WIDTH ); ::com::sun::star::i18n::TransliterationModules_IGNORE_WIDTH );
if( !bIsInit ) if( !bIsInit )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment