User: rt      
Date: 2008-01-30 08:29:39+0000
Modified:
   dba/dbaccess/source/core/api/RowSetCache.cxx

Log:
 INTEGRATION: CWS dba24d (1.94.86); FILE MERGED
 2007/12/01 13:39:08 fs 1.94.86.2: RESYNC: (1.94-1.95); FILE MERGED
 2007/11/27 08:23:17 oj 1.94.86.1: #151645# check also the XRowLocate interface

File Changes:

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

File [changed]: RowSetCache.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSetCache.cxx?r1=1.95&r2=1.96
Delta lines:  +1 -1
-------------------
--- RowSetCache.cxx     2007-11-21 15:33:03+0000        1.95
+++ RowSetCache.cxx     2008-01-30 08:29:37+0000        1.96
@@ -251,7 +251,7 @@
        Reference< XPropertySet> xProp(_xRs,UNO_QUERY);
 
        sal_Bool bNeedKeySet = 
!(xProp->getPropertySetInfo()->hasPropertyByName(PROPERTY_ISBOOKMARKABLE) &&
-                                                        
any2bool(xProp->getPropertyValue(PROPERTY_ISBOOKMARKABLE)));
+                                                        
any2bool(xProp->getPropertyValue(PROPERTY_ISBOOKMARKABLE)) && Reference< 
XRowLocate >(_xRs, UNO_QUERY).is() );
        bNeedKeySet = bNeedKeySet || 
(xProp->getPropertySetInfo()->hasPropertyByName(PROPERTY_RESULTSETCONCURRENCY) 
&&
                                                        
::comphelper::getINT32(xProp->getPropertyValue(PROPERTY_RESULTSETCONCURRENCY)) 
== ResultSetConcurrency::READ_ONLY);
 




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

Reply via email to