diff options
author | maho <maho@FreeBSD.org> | 2006-09-17 03:27:00 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-09-17 03:27:00 +0000 |
commit | 184809aa2ce719f4b19e3e40a77c9ad5272c405f (patch) | |
tree | da652dfdb9a931e473f2c87dc74a192bded781bd | |
parent | 9e09e033640ab08938f11e03125add4390bf9aae (diff) | |
download | FreeBSD-ports-184809aa2ce719f4b19e3e40a77c9ad5272c405f.zip FreeBSD-ports-184809aa2ce719f4b19e3e40a77c9ad5272c405f.tar.gz |
amd64 fix
Submitted by: jkim
-rw-r--r-- | editors/openoffice-3-devel/files/patch-i69469 | 20 | ||||
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-i69469 | 20 | ||||
-rw-r--r-- | editors/openoffice.org-2.0-devel/files/patch-i69469 | 20 | ||||
-rw-r--r-- | editors/openoffice.org-3-devel/files/patch-i69469 | 20 | ||||
-rw-r--r-- | editors/openoffice.org-vcltesttool/files/patch-i69469 | 20 |
5 files changed, 100 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i69469 b/editors/openoffice-3-devel/files/patch-i69469 new file mode 100644 index 0000000..0aa01b8 --- /dev/null +++ b/editors/openoffice-3-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. diff --git a/editors/openoffice.org-2-devel/files/patch-i69469 b/editors/openoffice.org-2-devel/files/patch-i69469 new file mode 100644 index 0000000..0aa01b8 --- /dev/null +++ b/editors/openoffice.org-2-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. 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 0000000..0aa01b8 --- /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. diff --git a/editors/openoffice.org-3-devel/files/patch-i69469 b/editors/openoffice.org-3-devel/files/patch-i69469 new file mode 100644 index 0000000..0aa01b8 --- /dev/null +++ b/editors/openoffice.org-3-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. diff --git a/editors/openoffice.org-vcltesttool/files/patch-i69469 b/editors/openoffice.org-vcltesttool/files/patch-i69469 new file mode 100644 index 0000000..0aa01b8 --- /dev/null +++ b/editors/openoffice.org-vcltesttool/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. |