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

Kohei Yoshida kohei at kemper.freedesktop.org
Mon Mar 22 13:48:19 PDT 2010


 patches/dev300/calc-perf-xls-import-cellstyles.diff |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 9ded996a719ef562ab6b1594490c10ac12bd42d3
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Mon Mar 22 16:47:30 2010 -0400

    Forgot to return true.
    
    * patches/dev300/calc-perf-xls-import-cellstyles.diff: forgot to
      return true at the end of ScAttrArray::SetAttrEntries().

diff --git a/patches/dev300/calc-perf-xls-import-cellstyles.diff b/patches/dev300/calc-perf-xls-import-cellstyles.diff
index 3bb75a2..f390d3f 100644
--- a/patches/dev300/calc-perf-xls-import-cellstyles.diff
+++ b/patches/dev300/calc-perf-xls-import-cellstyles.diff
@@ -69,7 +69,7 @@ diff --git sc/source/core/data/attarray.cxx sc/source/core/data/attarray.cxx
 index c9573f1..a69ea5e 100644
 --- sc/source/core/data/attarray.cxx
 +++ sc/source/core/data/attarray.cxx
-@@ -840,6 +840,20 @@ void ScAttrArray::ApplyCacheArea( SCROW nStartRow, SCROW nEndRow, SfxItemPoolCac
+@@ -840,6 +840,21 @@ void ScAttrArray::ApplyCacheArea( SCROW nStartRow, SCROW nEndRow, SfxItemPoolCac
  #endif
  }
  
@@ -86,6 +86,7 @@ index c9573f1..a69ea5e 100644
 +
 +    pData = pNewData;
 +    nCount = nLimit = nSize;
++    return true;
 +}
  
  void lcl_MergeDeep( SfxItemSet& rMergeSet, const SfxItemSet& rSource )


More information about the ooo-build-commit mailing list