User: vg      
Date: 2007/03/26 07:02:28

Modified:
   dba/connectivity/source/inc/ado/Aolewrap.hxx

Log:
 INTEGRATION: CWS mingwport03 (1.10.168); FILE MERGED
 2006/10/25 12:11:37 vg 1.10.168.2: #i53572# MinGW port
 2006/09/07 10:22:10 vg 1.10.168.1: #i53572# MinGW port

File Changes:

Directory: /dba/connectivity/source/inc/ado/
============================================

File [changed]: Aolewrap.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/ado/Aolewrap.hxx?r1=1.10&r2=1.11
Delta lines:  +3 -1
-------------------
--- Aolewrap.hxx        8 Sep 2005 06:55:54 -0000       1.10
+++ Aolewrap.hxx        26 Mar 2007 14:02:26 -0000      1.11
@@ -157,6 +157,7 @@
                template<class Ts, class T, class WrapT> class WpOLECollection 
: public WpOLEBase<Ts>
                {
                public:
+                       using WpOLEBase<Ts>::pInterface;
                        // Konstruktoren, operator=
                        // diese rufen nur die Oberklasse
                        WpOLECollection(Ts* pInt=NULL):WpOLEBase<Ts>(pInt){}
@@ -211,7 +212,7 @@
                        }
                        inline void fillElementNames(TStringVector& _rVector)
                        {
-                               if(IsValid())
+                               if(WpOLEBase<Ts>::IsValid())
                                {
                                        Refresh();
                                        sal_Int32 nCount = GetItemCount();
@@ -233,6 +234,7 @@
                public:
                        // Konstruktoren, operator=
                        // diese rufen nur die Oberklasse
+                       using WpOLEBase<Ts>::pInterface;
                        WpOLEAppendCollection(Ts* 
pInt=NULL):WpOLECollection<Ts,T,WrapT>(pInt){}
                        WpOLEAppendCollection(const WpOLEAppendCollection& 
rhs){ operator=(rhs); }
                        inline WpOLEAppendCollection& operator=(const 
WpOLEAppendCollection& rhs)




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

Reply via email to