summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-09-17 03:27:00 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-09-17 03:27:00 +0000
commitb10d9aacb09adbe16a2724673ebf1d2b1b8bd94d (patch)
tree94b345605b3f6ef9fa091b51906dc7af81c3b841 /editors/openoffice.org-2.0-devel/files
parentBROKEN: Does not compile (diff)
amd64 fix
Submitted by: jkim
Notes
Notes: svn path=/head/; revision=173204
Diffstat (limited to 'editors/openoffice.org-2.0-devel/files')
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-i6946920
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/patch-i69469 b/editors/openoffice.org-2.0-devel/files/patch-i69469
new file mode 100644
index 000000000000..0aa01b88ae70
--- /dev/null
+++ b/editors/openoffice.org-2.0-devel/files/patch-i69469
@@ -0,0 +1,20 @@
+--- sw/source/core/doc/docfld.cxx.orig Tue Aug 15 00:57:08 2006
++++ sw/source/core/doc/docfld.cxx Sun Sep 17 06:16:58 2006
+@@ -1223,7 +1223,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, mbNewFldLst, GETFLD_CALC );
+@@ -2243,7 +2243,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.