Tag: cws_ooh680_dba24h
User: fs      
Date: 2008-02-04 12:34:15+0000
Modified:
   dba/reportdesign/source/ui/report/ReportController.cxx

Log:
 #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.6.12.2&r2=1.6.12.2.4.1
Delta lines:  +5 -4
-------------------
--- ReportController.cxx        2008-01-18 16:03:21+0000        1.6.12.2
+++ ReportController.cxx        2008-02-04 12:34:13+0000        1.6.12.2.4.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: ReportController.cxx,v $
  *
- *  $Revision: 1.6.12.2 $
+ *  $Revision: 1.6.12.2.4.1 $
  *
- *  last change: $Author: kz $ $Date: 2008/01/18 16:03:21 $
+ *  last change: $Author: fs $ $Date: 2008/02/04 12:34:13 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -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]

Reply via email to