summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/kab/KCatalog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/kab/KCatalog.cxx')
-rw-r--r--connectivity/source/drivers/kab/KCatalog.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/connectivity/source/drivers/kab/KCatalog.cxx b/connectivity/source/drivers/kab/KCatalog.cxx
index a0b22b34e6e1..3eee195ee388 100644
--- a/connectivity/source/drivers/kab/KCatalog.cxx
+++ b/connectivity/source/drivers/kab/KCatalog.cxx
@@ -31,14 +31,14 @@ using namespace ::com::sun::star::container;
using namespace ::com::sun::star::lang;
using namespace ::cppu;
-// -------------------------------------------------------------------------
+
KabCatalog::KabCatalog(KabConnection* _pCon)
: connectivity::sdbcx::OCatalog(_pCon),
m_pConnection(_pCon),
m_xMetaData(m_pConnection->getMetaData())
{
}
-// -------------------------------------------------------------------------
+
void KabCatalog::refreshTables()
{
TStringVector aVector;
@@ -68,19 +68,19 @@ void KabCatalog::refreshTables()
else
m_pTables = new KabTables(m_xMetaData,*this,m_aMutex,aVector);
}
-// -------------------------------------------------------------------------
+
void KabCatalog::refreshViews()
{
}
-// -------------------------------------------------------------------------
+
void KabCatalog::refreshGroups()
{
}
-// -------------------------------------------------------------------------
+
void KabCatalog::refreshUsers()
{
}
-// -----------------------------------------------------------------------------
+
// XTablesSupplier
Reference< XNameAccess > SAL_CALL KabCatalog::getTables( ) throw(RuntimeException)