summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/file/FColumns.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-10-12 11:02:56 +0000
committerOcke Janssen <oj@openoffice.org>2001-10-12 11:02:56 +0000
commit0ed8d1bf8a7850378eb9dbfbc433a30ca2967096 (patch)
tree66c7b65626b9f8e35a6e47b2f9962da45cb4ea65 /connectivity/source/drivers/file/FColumns.cxx
parent8348f7a798205e5ad0e5078619ff519d3cf02621 (diff)
#92883# fix the descriptor handling
Diffstat (limited to 'connectivity/source/drivers/file/FColumns.cxx')
-rw-r--r--connectivity/source/drivers/file/FColumns.cxx19
1 files changed, 10 insertions, 9 deletions
diff --git a/connectivity/source/drivers/file/FColumns.cxx b/connectivity/source/drivers/file/FColumns.cxx
index a63bcaead571..6618cd978bd2 100644
--- a/connectivity/source/drivers/file/FColumns.cxx
+++ b/connectivity/source/drivers/file/FColumns.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FColumns.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: oj $ $Date: 2001-07-30 08:52:11 $
+ * last change: $Author: oj $ $Date: 2001-10-12 11:46:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,6 +80,9 @@
#ifndef _CONNECTIVITY_FILE_TABLE_HXX_
#include "file/FTable.hxx"
#endif
+#ifndef _COMPHELPER_PROPERTY_HXX_
+#include <comphelper/property.hxx>
+#endif
using namespace connectivity::file;
using namespace connectivity;
@@ -125,16 +128,14 @@ Reference< XNamed > OColumns::createObject(const ::rtl::OUString& _rName)
return xRet;
}
-
-// -------------------------------------------------------------------------
+// -----------------------------------------------------------------------------
void OColumns::impl_refresh() throw(RuntimeException)
{
m_pTable->refreshColumns();
}
-// -------------------------------------------------------------------------
-Reference< XPropertySet > OColumns::createEmptyObject()
-{
- return new sdbcx::OColumn(m_pTable->getConnection()->getMetaData()->storesMixedCaseQuotedIdentifiers());
-}
+// -----------------------------------------------------------------------------
+
+
+