[Libreoffice-commits] .: patches/dev300
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Thu Oct 28 16:52:20 PDT 2010
patches/dev300/fields-table-formula.diff | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 1d0e519046727676e884c1d9f82c7de0d9f1f446
Author: Joseph Powers <jpowers27 at cox.net>
Date: Thu Oct 28 04:32:18 2010 -0700
OS9 Cleanup Patch#1
diff --git a/patches/dev300/fields-table-formula.diff b/patches/dev300/fields-table-formula.diff
index e522f7d..459fc8d 100644
--- a/patches/dev300/fields-table-formula.diff
+++ b/patches/dev300/fields-table-formula.diff
@@ -2064,10 +2064,8 @@ index 71f0154..5dd4c4c 100644
+ "defined _MSC_VER && _MSC_VER == 1300 @ vc7" \
+ _BOOST_gcc_test(4, 4) \
+ _BOOST_gcc_test(2, 95) \
-+ "defined __MWERKS__ && __MWERKS__ <= 0x32FF @ cw9" \
+ "defined _MSC_VER && _MSC_VER < 1300 && !defined UNDER_CE @ vc6" \
-+ "defined _MSC_VER && _MSC_VER < 1300 && defined UNDER_CE @ evc4" \
-+ "defined __MWERKS__ && __MWERKS__ <= 0x31FF @ cw8"
++ "defined _MSC_VER && _MSC_VER < 1300 && defined UNDER_CE @ evc4"
+ do
+ boost_tag_test=`expr "X$i" : 'X\([[^@]]*\) @ '`
+ boost_tag=`expr "X$i" : 'X[[^@]]* @ \(.*\)'`
More information about the Libreoffice-commits
mailing list