Tag: cws_src680_reportdesign01
User: oj      
Date: 2007-10-09 09:22:04+0000
Modified:
   dba/reportdesign/source/ui/report/ReportController.cxx

Log:
 #i77349# regression fix

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.4.20.1&r2=1.4.20.2
Delta lines:  +3 -3
-------------------
--- ReportController.cxx        2007-09-21 13:41:51+0000        1.4.20.1
+++ ReportController.cxx        2007-10-09 09:22:01+0000        1.4.20.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: ReportController.cxx,v $
  *
- *  $Revision: 1.4.20.1 $
+ *  $Revision: 1.4.20.2 $
  *
- *  last change: $Author: oj $ $Date: 2007/09/21 13:41:51 $
+ *  last change: $Author: oj $ $Date: 2007/10/09 09:22:01 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -3722,7 +3722,7 @@
     const beans::Property* pIter = aSeq.getConstArray();
     const beans::Property* pEnd          = pIter + aSeq.getLength();
     const ::rtl::OUString* pPropsBegin = &aProps[0];
-    const ::rtl::OUString* pPropsEnd   = pPropsBegin + 
(sizeof(aProps)/sizeof(aProps[0])) - 2;
+    const ::rtl::OUString* pPropsEnd   = pPropsBegin + 
(sizeof(aProps)/sizeof(aProps[0])) - 3;
     for(;pIter != pEnd;++pIter)
     {
         if ( ::std::find(pPropsBegin,pPropsEnd,pIter->Name) == pPropsEnd )




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to