summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mysql/YColumns.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-10 13:30:32 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-10 13:30:32 +0000
commitd7f1e7c38275dbc696d56e505cf08e53eab5f570 (patch)
tree204cc803022f5fbf4a0e9368deefb869750032e2 /connectivity/source/drivers/mysql/YColumns.cxx
parent01fc0993f745cd0a9ebf409ba1eae79922a17342 (diff)
INTEGRATION: CWS qiq (1.3.104); FILE MERGED
2006/06/27 14:53:21 fs 1.3.104.2: RESYNC: (1.3-1.4); FILE MERGED 2006/06/16 11:32:34 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)
Diffstat (limited to 'connectivity/source/drivers/mysql/YColumns.cxx')
-rw-r--r--connectivity/source/drivers/mysql/YColumns.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/mysql/YColumns.cxx b/connectivity/source/drivers/mysql/YColumns.cxx
index 59235db055cd..c790d810a7ea 100644
--- a/connectivity/source/drivers/mysql/YColumns.cxx
+++ b/connectivity/source/drivers/mysql/YColumns.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: YColumns.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 01:52:53 $
+ * last change: $Author: obo $ $Date: 2006-07-10 14:30:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -59,7 +59,7 @@ OMySQLColumns::OMySQLColumns( ::cppu::OWeakObject& _rParent
{
}
// -----------------------------------------------------------------------------
-Reference< XPropertySet > OMySQLColumns::createEmptyObject()
+Reference< XPropertySet > OMySQLColumns::createDescriptor()
{
return new OMySQLColumn(sal_True);
}