aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-i77793
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-05-26 21:45:56 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-05-26 21:45:56 +0000
commit29381266f86029d8ad1e548327aecca1ec9af88f (patch)
treefdc20504c2ab832600a1017f5f529f534556d1ad /editors/openoffice-3-devel/files/patch-i77793
parenta9c5e9e9aa5f9ded6a1dab4a3694aaf1bd452d9b (diff)
downloadports-29381266f86029d8ad1e548327aecca1ec9af88f.tar.gz
ports-29381266f86029d8ad1e548327aecca1ec9af88f.zip
0. update to SRC680_m213.
1. A fix for patch-i76141, missing libxml2 patch. libxmlsec part is now reordered correctly [1]. 2. Remove patch-i65462 and add patch from i76159 instead [1]. 3. DISTDIR is moved to openoffice.org2 instead of openoffice.org2.0 [1]. 4. FreeBSD bridge part should sync with sixtyfour11. patch-i76969 [1]. 5. unxfbsd.mk: sync with newer unxlngi6.mk. patch-i76969 [1]. 6. Add a new knob WITH_VBA, enables VBA interop. 7. Use gcc4.2 for build. 8. Remove WITH_GNUGCJ knob for while. 9. Drop amd64 for while. Submitted by: jkim [1]
Notes
Notes: svn path=/head/; revision=191943
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-i77793')
-rw-r--r--editors/openoffice-3-devel/files/patch-i7779311
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i77793 b/editors/openoffice-3-devel/files/patch-i77793
new file mode 100644
index 000000000000..e182b8727409
--- /dev/null
+++ b/editors/openoffice-3-devel/files/patch-i77793
@@ -0,0 +1,11 @@
+--- sw/source/core/unocore/unotbl.cxx 2007-05-25 13:02:05.000000000 +0200
++++ sw/source/core/unocore/unotbl.cxx 2007-05-25 13:09:00.000000000 +0200
+@@ -4455,7 +4455,7 @@
+ // now we'll try to get a useful numerical value
+ // from the text in the cell...
+
+- ULONG nFIndex;
++ sal_uInt32 nFIndex;
+ SvNumberFormatter* pNumFormatter = pTblCrsr->GetDoc()->GetNumberFormatter();
+
+ // look for SwTblBoxNumFormat value in parents as well