User: vg      
Date: 05/03/10 08:38:17

Modified:
 /dba/dbaccess/source/core/misc/
  services.cxx

Log:
 INTEGRATION: CWS dba24 (1.7.80); FILE MERGED
 2005/02/28 08:48:10 oj 1.7.80.2: #i43628# #i43627# check impl and reinvent 
service datasource
 2005/02/18 12:25:30 oj 1.7.80.1: #i42460# changes for the separation of 
datasource and database document(model)

File Changes:

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

File [changed]: services.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/misc/services.cxx?r1=1.7&r2=1.8
Delta lines:  +4 -2
-------------------
--- services.cxx        2 Aug 2004 15:16:43 -0000       1.7
+++ services.cxx        10 Mar 2005 16:38:14 -0000      1.8
@@ -80,11 +80,12 @@
 //
 // registry functions
 extern "C" void SAL_CALL createRegistryInfo_ODatabaseContext();
-extern "C" void SAL_CALL createRegistryInfo_ODatabaseSource();
 //     extern "C" void SAL_CALL createRegistryInfo_ODocumentDefinition();
 extern "C" void SAL_CALL createRegistryInfo_OCommandDefinition();
 extern "C" void SAL_CALL createRegistryInfo_OComponentDefinition();
 extern "C" void SAL_CALL createRegistryInfo_ORowSet();
+extern "C" void SAL_CALL createRegistryInfo_ODatabaseDocument();
+extern "C" void SAL_CALL createRegistryInfo_ODatabaseSource();
 
 
//***************************************************************************************
 //
@@ -97,11 +98,12 @@
        if (!bInit)
        {
                createRegistryInfo_ODatabaseContext();
-               createRegistryInfo_ODatabaseSource();
                //      createRegistryInfo_ODocumentDefinition();       
                createRegistryInfo_OCommandDefinition();
                createRegistryInfo_OComponentDefinition();
                createRegistryInfo_ORowSet();
+               createRegistryInfo_ODatabaseDocument();
+        createRegistryInfo_ODatabaseSource();
                bInit = sal_True;
        }
 }




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

Reply via email to