[ooo-build-commit] .: 2 commits - patches/dev300 patches/vba
Tor Lillqvist
tml at kemper.freedesktop.org
Thu Sep 30 02:43:09 PDT 2010
patches/dev300/fields-table-formula.diff | 12 ------------
patches/vba/cws-vbasupportdev300.diff | 4 +++-
2 files changed, 3 insertions(+), 13 deletions(-)
New commits:
commit 542e1a8bd2e4a36c734303dabb29ef78f6e09317
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Thu Sep 30 12:42:05 2010 +0300
Don't add ixion-0.2.0.tar.gz to ooo.lst as it is now already there
diff --git a/patches/dev300/fields-table-formula.diff b/patches/dev300/fields-table-formula.diff
index 68daa3d..5bb2e0e 100644
--- a/patches/dev300/fields-table-formula.diff
+++ b/patches/dev300/fields-table-formula.diff
@@ -158,18 +158,6 @@ index 4e6d247..67c924b 100644
XChapterNumberingSupplier.idl\
XDefaultNumberingProvider.idl\
XDependentTextField.idl\
-diff --git ooo.lst ooo.lst
-index 68105a8..3c5c782 100755
---- ooo.lst
-+++ ooo.lst
-@@ -75,6 +75,7 @@ http://download.go-oo.org/src
- 90401bca927835b6fbae4a707ed187c8-nlpsolver-0.9.tar.bz2
- debc62758716a169df9f62e6ab2bc634-zlib-1.2.3.tar.gz
- e3738abd0d3ce1870dc1fd1f22bba5b1-icu4c-4_2_1-src.tgz
-+0f63ee487fda8f21fafa767b3c447ac9-ixion-0.2.0.tar.gz
- http://download.go-oo.org/SRC680
- 799fc3b835a79adce8c88a3fee0150c1-libwps-0.1.2.tar.gz
- db556b750bf3eac8481a4cc5e29e5af1-libwpg-0.1.3.tar.gz
diff --git solenv/inc/libs.mk solenv/inc/libs.mk
index 7e355b2..150c236 100644
--- solenv/inc/libs.mk
commit 613cccda8506570d92e25f706deae41aaf53ce17
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Thu Sep 30 12:41:21 2010 +0300
Make a picky patch happy
Add missing trailing context lines to one hunk.
diff --git a/patches/vba/cws-vbasupportdev300.diff b/patches/vba/cws-vbasupportdev300.diff
index 05e0504..a864627 100644
--- a/patches/vba/cws-vbasupportdev300.diff
+++ b/patches/vba/cws-vbasupportdev300.diff
@@ -12096,13 +12096,15 @@ diff --git sc/inc/rangenam.hxx sc/inc/rangenam.hxx
index 7f3e123..651be23 100644
--- sc/inc/rangenam.hxx
+++ sc/inc/rangenam.hxx
-@@ -142,5 +142,5 @@ public:
+@@ -142,7 +142,7 @@ public:
SC_DLLPUBLIC BOOL IsReference( ScRange& rRef ) const;
BOOL IsReference( ScRange& rRef, const ScAddress& rPos ) const;
- BOOL IsValidReference( ScRange& rRef ) const;
+ SC_DLLPUBLIC BOOL IsValidReference( ScRange& rRef ) const;
BOOL IsRangeAtBlock( const ScRange& ) const;
+
+ void UpdateTabRef(SCTAB nOldTable, USHORT nFlag, SCTAB nNewTable);
diff --git sc/inc/sc.hrc sc/inc/sc.hrc
index 87f02b5..d1ac237 100644
--- sc/inc/sc.hrc
More information about the ooo-build-commit
mailing list