User: vg Date: 2008-02-12 13:11:12+0000 Modified: dba/reportdesign/source/ui/report/ReportController.cxx
Log: INTEGRATION: CWS dba24h_SRC680 (1.6.12.2.4); FILE MERGED 2008/02/04 12:34:13 fs 1.6.12.2.4.1: #i85822# properly initialize pRanges (0-terminated) 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.8&r2=1.9 Delta lines: +2 -1 ------------------- --- ReportController.cxx 2008-01-30 08:58:28+0000 1.8 +++ ReportController.cxx 2008-02-12 13:11:10+0000 1.9 @@ -2573,7 +2573,8 @@ static USHORT pRanges[] = { RPTUI_ID_LRSPACE,RPTUI_ID_BRUSH, - SID_ATTR_METRIC,SID_ATTR_METRIC + SID_ATTR_METRIC,SID_ATTR_METRIC, + 0 }; try --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
