[ooo-build-commit] .: editeng/source

Cédric Bosdonnat cbosdo at kemper.freedesktop.org
Tue Oct 5 12:40:26 PDT 2010


 editeng/source/misc/svxacorr.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit f6cc5097f616e106b8a08ddfa445c38027a4411d
Author: Arnaud Versini <arnaud.versini at gmail.com>
Date:   Tue Oct 5 21:19:53 2010 +0200

    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.

diff --git a/editeng/source/misc/svxacorr.cxx b/editeng/source/misc/svxacorr.cxx
index 9977667..d289098 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 )


More information about the ooo-build-commit mailing list