Tag: cws_src680_custommeta
User: mst     
Date: 2008-02-05 10:57:15+0000
Removed:
   dba/dbaccess/source/core/misc/propertybag.cxx
   dba/dbaccess/source/core/misc/propertybag.hxx

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

Log:
 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]: makefile.mk
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/misc/makefile.mk?r1=1.16&r2=1.16.4.1
Delta lines:  +3 -4
-------------------
--- makefile.mk 2008-01-30 08:36:20+0000        1.16
+++ makefile.mk 2008-02-05 10:57:13+0000        1.16.4.1
@@ -4,9 +4,9 @@
 #
 #   $RCSfile: makefile.mk,v $
 #
-#   $Revision: 1.16 $
+#   $Revision: 1.16.4.1 $
 #
-#   last change: $Author: rt $ $Date: 2008/01/30 08:36:20 $
+#   last change: $Author: mst $ $Date: 2008/02/05 10:57:13 $
 #
 #   The Contents of this file are made available subject to
 #   the terms of GNU Lesser General Public License Version 2.1.
@@ -47,7 +47,6 @@
 # --- Files -------------------------------------
 
 SLOFILES=      \
-        $(SLO)$/propertybag.obj         \
         $(SLO)$/sdbcoretools.obj        \
         $(SLO)$/services.obj            \
         $(SLO)$/PropertyForward.obj     \

File [removed]: propertybag.cxx

File [removed]: propertybag.hxx

File [changed]: services.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/misc/services.cxx?r1=1.15&r2=1.15.4.1
Delta lines:  +3 -5
-------------------
--- services.cxx        2008-01-30 08:37:09+0000        1.15
+++ services.cxx        2008-02-05 10:57:13+0000        1.15.4.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: services.cxx,v $
  *
- *  $Revision: 1.15 $
+ *  $Revision: 1.15.4.1 $
  *
- *  last change: $Author: rt $ $Date: 2008/01/30 08:37:09 $
+ *  last change: $Author: mst $ $Date: 2008/02/05 10:57:13 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -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