[ooo-build-commit] .: Branch 'ooo-build-3-2-1' - patches/dev300

René Engelhard rene at kemper.freedesktop.org
Mon Jul 19 13:52:08 PDT 2010


 patches/dev300/remove-bad-nbsp.diff |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a220d1e36a95bd0c8144fc4d192800eca46e43c2
Author: Rene Engelhard <rene at debian.org>
Date:   Mon Jul 19 22:42:18 2010 +0200

    fix i#113084
    
    * patches/dev300/remove-bad-nbsp.diff:

diff --git a/patches/dev300/remove-bad-nbsp.diff b/patches/dev300/remove-bad-nbsp.diff
index 0e1eb5e..346fcd7 100644
--- a/patches/dev300/remove-bad-nbsp.diff
+++ b/patches/dev300/remove-bad-nbsp.diff
@@ -160,7 +160,7 @@ index 3adca95..f64da7d 100644
  
                  BOOL bIsAutoCorrectChar =  SvxAutoCorrect::IsAutoCorrectChar( aCh );
 -                if( !aKeyEvent.GetRepeat() && pACorr && bIsAutoCorrectChar &&
-+                BOOL bRunNext = pACorr->HasRunNext();
++                BOOL bRunNext = pACorr && pACorr->HasRunNext();
 +                if( !aKeyEvent.GetRepeat() && pACorr && ( bIsAutoCorrectChar || bRunNext ) &&
                          pACfg->IsAutoFmtByInput() &&
                      (( pACorr->IsAutoCorrFlag( ChgWeightUnderl ) &&


More information about the ooo-build-commit mailing list