Kaydet (Commit) 23508e8f authored tarafından Oliver Bolte's avatar Oliver Bolte

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)
üst c0b5d63f
......@@ -4,9 +4,9 @@
*
* $RCSfile: AKeyColumns.hxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: rt $ $Date: 2005-09-08 06:52:30 $
* last change: $Author: obo $ $Date: 2006-07-10 14:34:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -48,7 +48,7 @@ namespace connectivity
{
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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment