User: obo     
Date: 2006/07/10 08:11:11

Modified:
   dba/dbaccess/source/core/dataaccess/documentcontainer.hxx

Log:
 INTEGRATION: CWS qiq (1.8.122); FILE MERGED
 2006/05/24 14:58:36 fs 1.8.122.2: #i51143# approveNewObject superseded by some 
abstract interface
 2006/05/24 09:11:51 fs 1.8.122.1: #i51143# more detailed error messages during 
approveNewObject

File Changes:

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

File [changed]: documentcontainer.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/documentcontainer.hxx?r1=1.8&r2=1.9
Delta lines:  +6 -10
--------------------
--- documentcontainer.hxx       8 Sep 2005 13:29:51 -0000       1.8
+++ documentcontainer.hxx       10 Jul 2006 15:11:09 -0000      1.9
@@ -65,7 +65,7 @@
 namespace dbaccess
 {
 //........................................................................
-typedef ::cppu::ImplHelper4<           
::com::sun::star::frame::XComponentLoader
+typedef ::cppu::ImplHelper4 <  ::com::sun::star::frame::XComponentLoader
                                                                ,       
::com::sun::star::lang::XMultiServiceFactory
                                                                ,       
::com::sun::star::container::XHierarchicalNameContainer
                                                                ,       
::com::sun::star::embed::XTransactedObject
@@ -148,10 +148,6 @@
 
        // OPropertyArrayUsageHelper
        virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const;
-       /** approve that the object given may be inserted into the container. 
Should be overloaded by derived classes,
-               the default implementation just checks the object to be 
non-void.
-       */
-       virtual sal_Bool approveNewObject(const ::rtl::OUString& _sName,const 
::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContent >& _rxObject) 
const;
 };
 
 //........................................................................




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

Reply via email to