diff options
author | maho <maho@FreeBSD.org> | 2006-09-17 11:38:56 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-09-17 11:38:56 +0800 |
commit | f9884032c3e863debfe9e878b679a84d1b15abef (patch) | |
tree | 16be8b55112f7fc3c3d7fe512ab124d7f7bcab29 /editors/openoffice-3/files | |
parent | 01c718a1d69213548f2d99cd4483b42c8acfa0c3 (diff) | |
download | freebsd-ports-gnome-f9884032c3e863debfe9e878b679a84d1b15abef.tar.gz freebsd-ports-gnome-f9884032c3e863debfe9e878b679a84d1b15abef.tar.zst freebsd-ports-gnome-f9884032c3e863debfe9e878b679a84d1b15abef.zip |
Still broken on amd64
Diffstat (limited to 'editors/openoffice-3/files')
-rw-r--r-- | editors/openoffice-3/files/patch-i69469 | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/editors/openoffice-3/files/patch-i69469 b/editors/openoffice-3/files/patch-i69469 deleted file mode 100644 index 6647873ca657..000000000000 --- a/editors/openoffice-3/files/patch-i69469 +++ /dev/null @@ -1,20 +0,0 @@ ---- 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. |