[ooo-build-commit] .: patches/dev300

Kohei Yoshida kohei at kemper.freedesktop.org
Fri May 21 18:41:19 PDT 2010


 patches/dev300/cjk-character-units-fix-376788.diff |    2 +-
 patches/dev300/cjk-character-units-imp.diff        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 959a49b9640e3608b9a491b22f000041b610007e
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Fri May 21 21:41:12 2010 -0400

    More build fix.
    
    * patches/dev300/cjk-character-units-fix-376788.diff:
    * patches/dev300/cjk-character-units-imp.diff:

diff --git a/patches/dev300/cjk-character-units-fix-376788.diff b/patches/dev300/cjk-character-units-fix-376788.diff
index b5f122a..6f6d385 100644
--- a/patches/dev300/cjk-character-units-fix-376788.diff
+++ b/patches/dev300/cjk-character-units-fix-376788.diff
@@ -18,7 +18,7 @@ index 14128e6..18fa66d 100644
 +++ cui/source/tabpages/paragrph.cxx
 @@ -441,17 +441,25 @@ void SvxStdParagraphTabPage::Reset( const SfxItemSet& rSet )
  
-     BOOL bApplyCharUnit = GetApplyCharUnit( &rSet );
+     BOOL bApplyCharUnit = GetApplyCharUnit( rSet );
  
 -    if ( bApplyCharUnit )
 +    SvtCJKOptions aCJKOptions;
diff --git a/patches/dev300/cjk-character-units-imp.diff b/patches/dev300/cjk-character-units-imp.diff
index 2497652..2b6ae3d 100644
--- a/patches/dev300/cjk-character-units-imp.diff
+++ b/patches/dev300/cjk-character-units-imp.diff
@@ -33,7 +33,7 @@ index d500078..14128e6 100644
      // Metrik einstellen
      FieldUnit eFUnit = GetModuleFieldUnit( rSet );
 +
-+    BOOL bApplyCharUnit = GetApplyCharUnit( &rSet );
++    BOOL bApplyCharUnit = GetApplyCharUnit( rSet );
 +
 +    if ( bApplyCharUnit )
 +        eFUnit = FUNIT_CHAR;


More information about the ooo-build-commit mailing list