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

Kohei Yoshida kohei at kemper.freedesktop.org
Wed Oct 6 07:12:51 PDT 2010


 editeng/source/misc/svxacorr.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 81a04ee83092f13fa5eaf09d52e4cd3834dee5f7
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Wed Oct 6 10:11:53 2010 -0400

    Revert "This patch resolve the issue 2838 of OOo."
    
    This reverts commit f6cc5097f616e106b8a08ddfa445c38027a4411d.
    
    The related commit in the 'components' repo (for cui module) is
    reverted.  I'm reverting this one just to be in sync....

diff --git a/editeng/source/misc/svxacorr.cxx b/editeng/source/misc/svxacorr.cxx
index d289098..9977667 100644
--- a/editeng/source/misc/svxacorr.cxx
+++ b/editeng/source/misc/svxacorr.cxx
@@ -220,6 +220,7 @@ 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