Tag: cws_src680_dba24 User: oj Date: 05/02/28 00:48:12 Modified: /dba/dbaccess/source/core/misc/ services.cxx
Log: #i43628# #i43627# check impl and reinvent service datasource 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.80.1&r2=1.7.80.2 Delta lines: +5 -3 ------------------- --- services.cxx 18 Feb 2005 12:25:30 -0000 1.7.80.1 +++ services.cxx 28 Feb 2005 08:48:10 -0000 1.7.80.2 @@ -2,9 +2,9 @@ * * $RCSfile: services.cxx,v $ * - * $Revision: 1.7.80.1 $ + * $Revision: 1.7.80.2 $ * - * last change: $Author: oj $ $Date: 2005/02/18 12:25:30 $ + * last change: $Author: oj $ $Date: 2005/02/28 08:48:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -85,6 +85,7 @@ 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(); //*************************************************************************************** // @@ -102,6 +103,7 @@ createRegistryInfo_OComponentDefinition(); createRegistryInfo_ORowSet(); createRegistryInfo_ODatabaseDocument(); + createRegistryInfo_ODatabaseSource(); bInit = sal_True; } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
