Tag: cws_src680_qiq
User: fs      
Date: 2006/06/27 04:58:05

Modified:
   dba/dbaccess/source/core/api/querydescriptor.cxx

Log:
 RESYNC: (1.26-1.27); FILE MERGED

File Changes:

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

File [changed]: querydescriptor.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/querydescriptor.cxx?r1=1.26.78.2&r2=1.26.78.3
Delta lines:  +8 -8
-------------------
--- querydescriptor.cxx 16 Jun 2006 11:47:37 -0000      1.26.78.2
+++ querydescriptor.cxx 27 Jun 2006 11:58:02 -0000      1.26.78.3
@@ -82,12 +82,12 @@
 DBG_NAME(OQueryDescriptor)
 //--------------------------------------------------------------------------
 OQueryDescriptor::OQueryDescriptor() 
-       : ODataSettings(m_aBHelper,sal_True)
-       ,OQueryDescriptor_Base(m_aMutex,*this)
+       :OQueryDescriptor_Base(m_aMutex,*this)
+       ,ODataSettings(m_aBHelper,sal_True)
 {
        DBG_CTOR(OQueryDescriptor,NULL);
        registerProperties();
-       ODataSettings::registerProperties(this);
+       ODataSettings::registerPropertiesFor(this);
 }
 
 //--------------------------------------------------------------------------
@@ -97,7 +97,7 @@
 {
        DBG_CTOR(OQueryDescriptor,NULL);
        registerProperties();
-       ODataSettings::registerProperties(this);
+       ODataSettings::registerPropertiesFor(this);
 
        osl_incrementInterlockedCount(&m_refCount);
 
@@ -120,7 +120,7 @@
 {
        DBG_CTOR(OQueryDescriptor,NULL);
        registerProperties();
-       ODataSettings::registerProperties(this);
+       ODataSettings::registerPropertiesFor(this);
 }
 // 
-----------------------------------------------------------------------------
 IMPLEMENT_TYPEPROVIDER2(OQueryDescriptor,OQueryDescriptor_Base,ODataSettings);




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

Reply via email to