diff options
Diffstat (limited to 'connectivity/source')
-rw-r--r-- | connectivity/source/drivers/mysqlc/mysqlc_tables.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/connectivity/source/drivers/mysqlc/mysqlc_tables.cxx b/connectivity/source/drivers/mysqlc/mysqlc_tables.cxx index 55baa8bffd79..8bf019d9bb36 100644 --- a/connectivity/source/drivers/mysqlc/mysqlc_tables.cxx +++ b/connectivity/source/drivers/mysqlc/mysqlc_tables.cxx @@ -9,6 +9,7 @@ #include "mysqlc_table.hxx" #include "mysqlc_tables.hxx" +#include "mysqlc_catalog.hxx" #include <TConnection.hxx> @@ -34,10 +35,7 @@ using namespace ::com::sun::star::sdbcx; using namespace ::com::sun::star::uno; //----- OCollection ----------------------------------------------------------- -void Tables::impl_refresh() -{ - // TODO implement -} +void Tables::impl_refresh() { static_cast<Catalog&>(m_rParent).refreshTables(); } ObjectType Tables::createObject(const OUString& rName) { |