Re: uwog - r26371 - in abiword/trunk/src/wp/ap: win xp

From: Hubert Figuiere <hfiguiere_at_teaser.fr>
Date: Tue May 19 2009 - 00:19:55 CEST

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 00:27:01 2009

This archive was generated by hypermail 2.1.8 : Tue May 19 2009 - 00:27:01 CEST