diff -ur ooo_SRC680_m145_src.orig/binfilter/bf_sw/source/core/doc/sw_docedt.cxx ooo_SRC680_m145_src/binfilter/bf_sw/source/core/doc/sw_docedt.cxx --- ooo_SRC680_m145_src.orig/binfilter/bf_sw/source/core/doc/sw_docedt.cxx 2005-12-09 19:28:17.000000000 +0100 +++ ooo_SRC680_m145_src/binfilter/bf_sw/source/core/doc/sw_docedt.cxx 2005-12-09 20:16:57.000000000 +0100 @@ -2241,7 +2241,7 @@ /*N*/ /* #i9185# This whould lead to a segmentation fault if not catched above. */ -/*N*/ sal_uInt32 nNextNd = rEnd.nNode.GetIndex() + 1; +/*N*/ ULONG nNextNd = rEnd.nNode.GetIndex() + 1; /*N*/ SwTableNode* pTblNd = aNodes[ nNextNd ]->GetTableNode(); /*N*/ /*N*/ if( pTblNd && pNd->IsCntntNode() ) diff -ur ooo_SRC680_m145_src.orig/binfilter/bf_sw/source/core/doc/sw_docfld.cxx ooo_SRC680_m145_src/binfilter/bf_sw/source/core/doc/sw_docfld.cxx --- ooo_SRC680_m145_src.orig/binfilter/bf_sw/source/core/doc/sw_docfld.cxx 2005-12-09 19:28:17.000000000 +0100 +++ ooo_SRC680_m145_src/binfilter/bf_sw/source/core/doc/sw_docfld.cxx 2005-12-09 20:18:27.000000000 +0100 @@ -2336,7 +2336,7 @@ //STRIP001 ResetModified(); /*N*/ } -/*N*/ BOOL SwDoc::SetFieldsDirty( BOOL b, const SwNode* pChk, ULONG nLen ) +/*N*/ BOOL SwDoc::SetFieldsDirty( BOOL b, const SwNode* pChk, sal_uInt32 nLen ) /*N*/ { /*N*/ // teste ggfs. mal, ob die angegbenen Nodes ueberhaupt Felder beinhalten. /*N*/ // wenn nicht, braucht das Flag nicht veraendert werden. diff -ur ooo_SRC680_m145_src.orig/binfilter/bf_sw/source/core/doc/sw_tblafmt.cxx ooo_SRC680_m145_src/binfilter/bf_sw/source/core/doc/sw_tblafmt.cxx --- ooo_SRC680_m145_src.orig/binfilter/bf_sw/source/core/doc/sw_tblafmt.cxx 2005-12-09 19:28:17.000000000 +0100 +++ ooo_SRC680_m145_src/binfilter/bf_sw/source/core/doc/sw_tblafmt.cxx 2005-12-09 20:25:32.000000000 +0100 @@ -749,7 +749,7 @@ /*?*/ rChg.GetValueFormat( sFmt, eLng, eSys ); /*?*/ if( sFmt.Len() ) /*?*/ { -/*?*/ ULONG nKey = 0; +/*?*/ sal_uInt32 nKey = 0; /*?*/ if ( eLng == LANGUAGE_SYSTEM && eSys != ::binfilter::GetAppLanguage() ) /*?*/ { /*?*/ // #53381# wenn System beim Speichern etwas anderes war, diff -ur ooo_SRC680_m145_src.orig/binfilter/inc/bf_sw/doc.hxx ooo_SRC680_m145_src/binfilter/inc/bf_sw/doc.hxx --- ooo_SRC680_m145_src.orig/binfilter/inc/bf_sw/doc.hxx 2005-12-09 19:28:21.000000000 +0100 +++ ooo_SRC680_m145_src/binfilter/inc/bf_sw/doc.hxx 2005-12-09 20:24:03.000000000 +0100 @@ -1383,7 +1383,7 @@ const SwTOXBase& rTOX, const SfxItemSet* pSet = 0, sal_Bool bExpand = sal_False ); - const SwTOXBaseSection* InsertTableOf( sal_uInt32 nSttNd, sal_uInt32 nEndNd, + const SwTOXBaseSection* InsertTableOf( ULONG nSttNd, ULONG nEndNd, const SwTOXBase& rTOX, const SfxItemSet* pSet = 0 ); const SwTOXBase* GetCurTOX( const SwPosition& rPos ) const; @@ -1475,7 +1475,7 @@ // loeschen geht nur, wenn die ::com::sun::star::chaos::Rule niemand benutzt! sal_Bool DelNumRule( const String& rName ); String GetUniqueNumRuleName( const String* pChkStr = 0, sal_Bool bAutoNum = sal_True ) const; - void UpdateNumRule( const String& rName, sal_uInt32 nUpdPos ); + void UpdateNumRule( const String& rName, ULONG nUpdPos ); void UpdateNumRule(); // alle invaliden Updaten void ChgNumRuleFmts( const SwNumRule& rRule ); //STRIP001 sal_Bool ReplaceNumRule( const SwPosition& rPos, const String& rOldRule,