User: obo     
Date: 2008-02-26 14:38:57+0000
Modified:
   dba/dbaccess/source/core/misc/services.cxx

Log:
 INTEGRATION: CWS custommeta (1.15.4); FILE MERGED
 2008/02/05 10:57:13 mst 1.15.4.1: move service PropertyBag from dbaccess to 
comphelper
 - dbaccess/source/core/misc/propertybag.{hxx,cxx}:
   + remove (moved to comphelper)
 - dbaccess/source/core/misc/makefile.mk:
   + remove propertybag.cxx
 - dbaccess/source/core/misc/services.cxx:
   + remove PropertyBag service

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.15&r2=1.16
Delta lines:  +0 -2
-------------------
--- services.cxx        2008-01-30 08:37:09+0000        1.15
+++ services.cxx        2008-02-26 14:38:54+0000        1.16
@@ -55,7 +55,6 @@
 extern "C" void SAL_CALL createRegistryInfo_ORowSet();
 extern "C" void SAL_CALL createRegistryInfo_ODatabaseDocument();
 extern "C" void SAL_CALL createRegistryInfo_ODatabaseSource();
-extern "C" void SAL_CALL createRegistryInfo_OPropertyBag();
 extern "C" void SAL_CALL createRegistryInfo_DataAccessDescriptorFactory();
 
 
//***************************************************************************************
@@ -74,7 +73,6 @@
                createRegistryInfo_ORowSet();
                createRegistryInfo_ODatabaseDocument();
         createRegistryInfo_ODatabaseSource();
-        createRegistryInfo_OPropertyBag();
         createRegistryInfo_DataAccessDescriptorFactory();
                bInit = sal_True;
        }




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

Reply via email to