summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0/files/patch-i69469
blob: 6647873ca65759ad2fbbd60d8b4cc287b7cb25c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.