User: obo Date: 2006/07/10 07:34:27 Modified: dba/connectivity/source/inc/ado/AKeyColumns.hxx
Log: INTEGRATION: CWS qiq (1.4.104); FILE MERGED 2006/06/16 11:32:37 fs 1.4.104.1: during #i51143#: refactored VCollection: - createEmptyObject now named createDescriptor - cloneObject removed - appendObject now returns the newly created object (previously done via a subsequent call to cloneObject) File Changes: Directory: /dba/connectivity/source/inc/ado/ ============================================ File [changed]: AKeyColumns.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/ado/AKeyColumns.hxx?r1=1.4&r2=1.5 Delta lines: +1 -1 ------------------- --- AKeyColumns.hxx 8 Sep 2005 06:52:30 -0000 1.4 +++ AKeyColumns.hxx 10 Jul 2006 14:34:25 -0000 1.5 @@ -48,7 +48,7 @@ { protected: virtual ::com::sun::star::uno::Reference< starcontainer::XNamed > createObject(const ::rtl::OUString& _rName); - virtual ::com::sun::star::uno::Reference< starbeans::XPropertySet > createEmptyObject(); + virtual ::com::sun::star::uno::Reference< starbeans::XPropertySet > createDescriptor(); public: OKeyColumns( ::cppu::OWeakObject& _rParent, ::osl::Mutex& _rMutex, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
