User: rt Date: 2007-07-09 15:47:30+0000 Modified: dba/reportdesign/source/core/sdr/RptObject.cxx
Log: #i79378# WaE fixes by pjanik. File Changes: Directory: /dba/reportdesign/source/core/sdr/ ============================================= File [changed]: RptObject.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/core/sdr/RptObject.cxx?r1=1.2&r2=1.3 Delta lines: +3 -3 ------------------- --- RptObject.cxx 2007-07-09 11:56:16+0000 1.2 +++ RptObject.cxx 2007-07-09 15:47:26+0000 1.3 @@ -4,9 +4,9 @@ * * $RCSfile: RptObject.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2007/07/09 11:56:16 $ + * last change: $Author: rt $ $Date: 2007/07/09 15:47:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -414,7 +414,7 @@ sal_Int32 nWidth = m_xReportComponent->getWidth(); sal_Int32 nHeight = m_xReportComponent->getHeight(); - sal_Int32 nValue; + sal_Int32 nValue = 0; evt.NewValue >>= nValue; sal_Int32 nNewValue = nValue; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
