Tag: cws_src680_rpt23fix01 User: oj Date: 2007-07-16 07:38:10+0000 Modified: dba/reportdesign/source/ui/inspection/GeometryHandler.cxx
Log: compile error fixed File Changes: Directory: /dba/reportdesign/source/ui/inspection/ ================================================== File [changed]: GeometryHandler.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inspection/GeometryHandler.cxx?r1=1.2.2.2&r2=1.2.2.3 Delta lines: +3 -3 ------------------- --- GeometryHandler.cxx 2007-07-11 11:03:05+0000 1.2.2.2 +++ GeometryHandler.cxx 2007-07-16 07:38:07+0000 1.2.2.3 @@ -4,9 +4,9 @@ * * $RCSfile: GeometryHandler.cxx,v $ * - * $Revision: 1.2.2.2 $ + * $Revision: 1.2.2.3 $ * - * last change: $Author: oj $ $Date: 2007/07/11 11:03:05 $ + * last change: $Author: oj $ $Date: 2007/07/16 07:38:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1104,7 +1104,7 @@ { sal_Int32 nColor = COL_TRANSPARENT; m_xReportComponent->getPropertyValue(pProps[i]) >>= nColor; - if ( COL_TRANSPARENT == nColor ) + if ( COL_TRANSPARENT == static_cast<sal_uInt32>(nColor) ) m_xReportComponent->setPropertyValue(pProps[i],uno::makeAny(COL_WHITE)); break; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
