Tag: cws_dev300_odbmacros3
User: fs      
Date: 2008-07-29 20:20:54+0000
Modified:
   dba/dbaccess/source/core/dataaccess/documentevents.cxx

Log:
 needsSynchronousNotification: proper loop

File Changes:

Directory: /dba/dbaccess/source/core/dataaccess/
================================================

File [changed]: documentevents.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/documentevents.cxx?r1=1.1.2.5&r2=1.1.2.6
Delta lines:  +2 -1
-------------------
--- documentevents.cxx  2008-07-29 13:31:08+0000        1.1.2.5
+++ documentevents.cxx  2008-07-29 20:20:51+0000        1.1.2.6
@@ -7,7 +7,7 @@
 *
 * $RCSfile: documentevents.cxx,v $
 *
-* $Revision: 1.1.2.5 $
+* $Revision: 1.1.2.6 $
 *
 * This file is part of OpenOffice.org.
 *
@@ -163,6 +163,7 @@
         {
             if ( _rEventName.compareToAscii( pEventData->pAsciiEventName ) == 
0 )
                 return pEventData->bNeedsSyncNotify;
+            ++pEventData;
         }
 
         // this is an unknown event ... assume async notification




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

Reply via email to