diff options
Diffstat (limited to 'connectivity/source/drivers/file/FTables.cxx')
-rw-r--r-- | connectivity/source/drivers/file/FTables.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/connectivity/source/drivers/file/FTables.cxx b/connectivity/source/drivers/file/FTables.cxx index c063f4a890e6..25321b1721af 100644 --- a/connectivity/source/drivers/file/FTables.cxx +++ b/connectivity/source/drivers/file/FTables.cxx @@ -23,14 +23,12 @@ using namespace connectivity; using namespace connectivity::file; using namespace ::com::sun::star::uno; -using namespace ::com::sun::star::beans; using namespace ::com::sun::star::sdbcx; using namespace ::com::sun::star::sdbc; -using namespace ::com::sun::star::container; -sdbcx::ObjectType OTables::createObject(const OUString& /*_rName*/) +css::uno::Reference< css::beans::XPropertySet > OTables::createObject(const OUString& /*_rName*/) { - return sdbcx::ObjectType(); + return nullptr; } void OTables::impl_refresh( ) |