User: rt Date: 2008-06-18 06:59:35+0000 Modified: dba/reportdesign/source/ui/report/ReportController.cxx
Log: #i90818# Avoid 'uninitialized' warning. File Changes: Directory: /dba/reportdesign/source/ui/report/ ============================================== File [changed]: ReportController.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/ReportController.cxx?r1=1.15&r2=1.16 Delta lines: +3 -3 ------------------- --- ReportController.cxx 2008-06-16 13:45:44+0000 1.15 +++ ReportController.cxx 2008-06-18 06:59:32+0000 1.16 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ReportController.cxx,v $ - * $Revision: 1.15 $ + * $Revision: 1.16 $ * * This file is part of OpenOffice.org. * @@ -805,7 +805,7 @@ impl_fillState_nothrow(PROPERTY_PARAADJUST,aReturn); if ( aReturn.bEnabled ) { - ::sal_Int16 nParaAdjust; + ::sal_Int16 nParaAdjust = 0; if ( aReturn.aValue >>= nParaAdjust ) { switch(nParaAdjust) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
