It looks like 0.7f should do the same thing in a more elegant way.
F
On Mon, 2009-05-18 at 18:19 -0400, Hubert Figuiere wrote:
> On 05/18/2009 02:53 PM, cvs@abisource.com wrote:
> > --- abiword/trunk/src/wp/ap/xp/ap_Dialog_InsertTable.cpp	2009-05-18 18:41:00 UTC (rev 26370)
> > +++ abiword/trunk/src/wp/ap/xp/ap_Dialog_InsertTable.cpp	2009-05-18 18:53:44 UTC (rev 26371)
> > @@ -40,7 +40,7 @@
> >   	/* Default values for the dialog box*/
> >   	m_numRows = 2;
> >   	m_numCols = 5;
> > -	m_columnWidth = 0.7;	// In DIM_IN
> > +	m_columnWidth = static_cast<float>(0.7);	// In DIM_IN
> 
> 
> Do we really need a cast here?
> 
> 
> Hub
Received on Tue May 19 04:06:25 2009
This archive was generated by hypermail 2.1.8 : Tue May 19 2009 - 04:06:25 CEST