diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-09-16 21:34:56 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-09-16 21:34:56 +0000 |
commit | 0bc285e200463f368b0e510f2fa77eec1dabb64e (patch) | |
tree | 9e5142c3523ccf69d09dde1187515b083fb20c93 /editors/openoffice-3/files | |
parent | ca1f621fd184a776d2f837d194209fc0898e9400 (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-3/files')
-rw-r--r-- | editors/openoffice-3/files/patch-i69469 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/openoffice-3/files/patch-i69469 b/editors/openoffice-3/files/patch-i69469 new file mode 100644 index 000000000000..6647873ca657 --- /dev/null +++ b/editors/openoffice-3/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. |