summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-09-16 21:34:56 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-09-16 21:34:56 +0000
commit0bc285e200463f368b0e510f2fa77eec1dabb64e (patch)
tree9e5142c3523ccf69d09dde1187515b083fb20c93 /editors/openoffice.org-2.0/files
parent- Update to 1.0.1 [1] (diff)
Update to 2.0.4rc2 and an amd64 fix[1]
Submitted by: jkim[1]
Notes
Notes: svn path=/head/; revision=173162
Diffstat (limited to 'editors/openoffice.org-2.0/files')
-rw-r--r--editors/openoffice.org-2.0/files/patch-i6946920
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/openoffice.org-2.0/files/patch-i69469 b/editors/openoffice.org-2.0/files/patch-i69469
new file mode 100644
index 000000000000..6647873ca657
--- /dev/null
+++ b/editors/openoffice.org-2.0/files/patch-i69469
@@ -0,0 +1,20 @@
+--- sw/source/core/doc/docfld.cxx.orig Wed Oct 19 17:23:17 2005
++++ sw/source/core/doc/docfld.cxx Sun Sep 17 06:24:22 2006
+@@ -1197,7 +1197,7 @@
+ pMgr->CloseAll(FALSE);
+ }
+
+-void SwDoc::FldsToCalc( SwCalc& rCalc, ULONG nLastNd, USHORT nLastCnt )
++void SwDoc::FldsToCalc( SwCalc& rCalc, sal_uInt32 nLastNd, sal_uInt16 nLastCnt )
+ {
+ // erzeuge die Sortierteliste aller SetFelder
+ pUpdtFlds->MakeFldList( *this, bNewFldLst, GETFLD_CALC );
+@@ -2217,7 +2217,7 @@
+ ResetModified();
+ }
+
+-BOOL SwDoc::SetFieldsDirty( BOOL b, const SwNode* pChk, ULONG nLen )
++BOOL SwDoc::SetFieldsDirty( BOOL b, const SwNode* pChk, sal_uInt32 nLen )
+ {
+ // teste ggfs. mal, ob die angegbenen Nodes ueberhaupt Felder beinhalten.
+ // wenn nicht, braucht das Flag nicht veraendert werden.