Tag: cws_src680_qiq
User: fs      
Date: 2006/06/27 04:54:34

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

Log:
 RESYNC: (1.42-1.43); FILE MERGED

File Changes:

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

File [changed]: RowSet.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSet.hxx?r1=1.42.60.3&r2=1.42.60.4
Delta lines:  +18 -3
--------------------
--- RowSet.hxx  16 Jun 2006 13:35:23 -0000      1.42.60.3
+++ RowSet.hxx  27 Jun 2006 11:54:31 -0000      1.42.60.4
@@ -413,6 +413,14 @@
             sal_Int32 _nDesiredResultSetType,
             sal_Int32 _nDesiredResultSetConcurrency
         );
+
+    protected:
+        using ORowSetBase::getFastPropertyValue;
+        using ORowSetBase::firePropertyChange;
+        using ORowSetBase::doCancelModification;
+        using ORowSetBase::isModification;
+        using ORowSetBase::isModified;
+        using ORowSetBase::isNew;
        };
 
 
@@ -485,6 +493,13 @@
 
        // cppu::OPropertySetHelper
                virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper();
+
+    protected:
+        using ORowSetBase::doCancelModification;
+        using ORowSetBase::isModification;
+        using ORowSetBase::isModified;
+        using ORowSetBase::isNew;
+        using ORowSetBase::rowDeleted;
        };
 
 }




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

Reply via email to