[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 641d build successfull.



On Wed, Apr 10, 2002 at 04:32:14PM +0200, Chris Halls wrote:
> > The order of appearance of the problems are :
> > 1) CLK_TCK in ttime.cxx
> > 2) XSetIMValue in Xlib.h
> > 3) The class keyword (missing in 3 places) in thints.cxx
> > So you'll come to 2) [already] and 3)
> 
> Roll on number 3 then - I have a patch (thank you!) at the ready :)

Yep, I hit it :)

I've added your patch (renamed and attached) to debian/patches

Thanks,
Chris
--- oo_cvs/sw/source/core/txtnode/thints.cxx	Thu Nov  8 09:35:13 2001
+++ oo_stable1_cvs20020409_src/sw/source/core/txtnode/thints.cxx	Thu Apr 11 11:45:43 2002
@@ -1851,7 +1851,7 @@
 			( SFX_ITEM_SET == rNode.GetpSwAttrSet()->GetItemState( nWhich,
 				FALSE, &pParaItem ) ) && ( pParaItem == &pHint->GetAttr() );
 		BOOL bReplace = !( SETATTR_DONTREPLACE & nMode );
-		SwpHtStart_SAR *pTmpHints = 0;
+		class SwpHtStart_SAR *pTmpHints = 0;
 
 		USHORT i;
 		// Wir wollen zwar von nHtStart bis nMaxEnd, muessen aber ggf.
@@ -2027,7 +2027,7 @@
 									// Beim Einfuegen spaltet es sich selbst.
 										if( pHistory ) pHistory->Add( pOther );
 										if( !pTmpHints )
-											pTmpHints = new SwpHtStart_SAR();
+											pTmpHints = new class SwpHtStart_SAR();
 										pTmpHints->C40_INSERT( SwTxtAttr, pOther,
 											pTmpHints->Count() );
 										Cut( i );
@@ -2076,7 +2076,7 @@
 									// Beim Einfuegen spaltet es sich selbst.
 										if( pHistory ) pHistory->Add( pOther );
 										if( !pTmpHints )
-											pTmpHints = new SwpHtStart_SAR();
+											pTmpHints = new class SwpHtStart_SAR();
 										pTmpHints->C40_INSERT( SwTxtAttr, pOther,
 											pTmpHints->Count() );
 										Cut( i );

Attachment: pgptt5_p5QvOV.pgp
Description: PGP signature


Reply to: