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

INTEGRATION: CWS qiq (1.3.104); FILE MERGED

2006/06/16 11:32:36 fs 1.3.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 d7d12c8c
......@@ -4,9 +4,9 @@
*
* $RCSfile: AIndexColumns.hxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: rt $ $Date: 2005-09-08 06:51:28 $
* last change: $Author: obo $ $Date: 2006-07-10 14:34:03 $
*
* 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:
OIndexColumns( ::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