User: rt      
Date: 05/09/05 01:58:24

Modified:
 /dba/dbaccess/source/core/api/
  RowSetCacheIterator.hxx

Log:
 INTEGRATION: CWS hr18 (1.5.462); FILE MERGED
 2005/08/10 16:45:22 hr 1.5.462.1: #i51878#,#i53108#: cleanup STL iterator usage

File Changes:

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

File [changed]: RowSetCacheIterator.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSetCacheIterator.hxx?r1=1.5&r2=1.6
Delta lines:  +5 -5
-------------------
--- RowSetCacheIterator.hxx     13 Nov 2002 06:56:59 -0000      1.5
+++ RowSetCacheIterator.hxx     5 Sep 2005 08:58:21 -0000       1.6
@@ -91,11 +91,11 @@
                {
                }
        public:
-               ORowSetCacheIterator() :m_pCache(NULL),m_aIter(NULL){}
+               ORowSetCacheIterator() :m_pCache(NULL),m_aIter(){}
                ORowSetCacheIterator(const ORowSetCacheIterator& _rRH);
                ORowSetCacheIterator& operator =(const ORowSetCacheIterator&);
 
-               sal_Bool isNull() const { return m_aIter->second.aIterator == 
NULL; }
+               sal_Bool isNull() const;
                ORowSetCacheIterator& operator =(const 
ORowSetMatrix::iterator&);
                operator ORowSetMatrix::iterator();
 




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

Reply via email to