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

Kohei Yoshida kohei at kemper.freedesktop.org
Thu May 6 13:40:36 PDT 2010


 patches/dev300/apply                               |    6 +++---
 patches/dev300/calc-perf-outlining-with-notes.diff |    8 --------
 2 files changed, 3 insertions(+), 11 deletions(-)

New commits:
commit 6e3c97bdbd83443c7267f24e29020cba49345648
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Thu May 6 16:40:03 2010 -0400

    Fixed patch dependency issue.
    
    * patches/dev300/apply: moved the patch down.
    
    * patches/dev300/calc-perf-outlining-with-notes.diff: removed
      an unnecessary hunk.

diff --git a/patches/dev300/apply b/patches/dev300/apply
index 5c9d0cb..7b72f63 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -882,9 +882,6 @@ calc-auto-tab-complete.diff, i#18748, muthusuba/kohei
 # Speed up filtering performance with notes.
 calc-perf-filtering-with-notes.diff, n#556927, kohei
 
-# Speed up outline level changes with notes.
-calc-perf-outlining-with-notes.diff, kohei
-
 # Use current range separator for range lists.
 calc-formula-range-separator-fix.diff, n#556268, kohei
 
@@ -3770,6 +3767,9 @@ calc-extref-trim-empty-cells.diff, n#600667, i#110595, kohei
 # Improve performance of string cell import.
 calc-perf-xlsx-import-string-cells.diff, n#594513, kohei
 
+# Speed up outline level changes with notes.
+calc-perf-outlining-with-notes.diff, kohei
+
 [ GentooExperimental ]
 SectionOwner => hmth
 # jemalloc, FreeBSD 7 allocator
diff --git a/patches/dev300/calc-perf-outlining-with-notes.diff b/patches/dev300/calc-perf-outlining-with-notes.diff
index d498c48..edb4a6c 100644
--- a/patches/dev300/calc-perf-outlining-with-notes.diff
+++ b/patches/dev300/calc-perf-outlining-with-notes.diff
@@ -11,14 +11,6 @@ index dbe4d91..70b29c3 100644
      BOOL            ExtendMergeSel( SCCOL nStartCol, SCROW nStartRow,
                                  SCCOL& rEndCol, SCROW& rEndRow, const ScMarkData& rMark,
                                  BOOL bRefresh = FALSE, BOOL bAttrs = FALSE );
-@@ -1834,6 +1836,7 @@ private: // CLOOK-Impl-Methoden
-     void	UpdateDrawPrinter();
-     void	UpdateDrawLanguages();
-     void    UpdateDrawDefaults();
-+
-     SC_DLLPUBLIC void	InitClipPtrs( ScDocument* pSourceDoc );
- 
-     void	LoadDdeLinks(SvStream& rStream);
 diff --git sc/inc/table.hxx sc/inc/table.hxx
 index 03c2b0b..fd59629 100644
 --- sc/inc/table.hxx


More information about the ooo-build-commit mailing list