diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-09-17 03:27:00 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-09-17 03:27:00 +0000 |
commit | b10d9aacb09adbe16a2724673ebf1d2b1b8bd94d (patch) | |
tree | 94b345605b3f6ef9fa091b51906dc7af81c3b841 /editors | |
parent | aa1c30625259484a6aa01dfd442d6e3e221958b0 (diff) | |
download | ports-b10d9aacb09adbe16a2724673ebf1d2b1b8bd94d.tar.gz ports-b10d9aacb09adbe16a2724673ebf1d2b1b8bd94d.zip |
Notes
Diffstat (limited to 'editors')
-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 000000000000..0aa01b88ae70 --- /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 000000000000..0aa01b88ae70 --- /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 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. 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 000000000000..0aa01b88ae70 --- /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 000000000000..0aa01b88ae70 --- /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. |