summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-08-22 10:14:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-08-22 12:08:22 +0100
commit78b2d4d00dfaebb42417a527e01a33ef24e34b7b (patch)
treebe499663ba24ed240ce4f1437b547167e2f8bf84 /connectivity
parent01089138cc76f5717244bd04f25a868602aeaab6 (diff)
callcatcher: update list
Change-Id: Id297f32de5fba9d17fec89d2f8ea21c5d1a2a4bc
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/kab/KCatalog.cxx7
-rw-r--r--connectivity/source/drivers/kab/KCatalog.hxx2
-rw-r--r--connectivity/source/drivers/kab/KTable.cxx7
-rw-r--r--connectivity/source/drivers/kab/KTable.hxx1
4 files changed, 0 insertions, 17 deletions
diff --git a/connectivity/source/drivers/kab/KCatalog.cxx b/connectivity/source/drivers/kab/KCatalog.cxx
index e772300c3102..7c5ec0dfa47b 100644
--- a/connectivity/source/drivers/kab/KCatalog.cxx
+++ b/connectivity/source/drivers/kab/KCatalog.cxx
@@ -54,7 +54,6 @@ void KabCatalog::refreshTables()
{
Reference< XRow > xRow(xResult,UNO_QUERY);
::rtl::OUString aName;
- // const ::rtl::OUString& sDot = KabCatalog::getDot();
while (xResult->next())
{
@@ -81,12 +80,6 @@ void KabCatalog::refreshGroups()
void KabCatalog::refreshUsers()
{
}
-// -------------------------------------------------------------------------
-const ::rtl::OUString& KabCatalog::getDot()
-{
- static const ::rtl::OUString sDot = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("."));
- return sDot;
-}
// -----------------------------------------------------------------------------
// XTablesSupplier
diff --git a/connectivity/source/drivers/kab/KCatalog.hxx b/connectivity/source/drivers/kab/KCatalog.hxx
index 4ed8ccecb1e0..e73dd4b5b827 100644
--- a/connectivity/source/drivers/kab/KCatalog.hxx
+++ b/connectivity/source/drivers/kab/KCatalog.hxx
@@ -38,8 +38,6 @@ namespace connectivity
inline KabConnection* getConnection() const { return m_pConnection; }
- static const ::rtl::OUString& getDot();
-
// implementation of the pure virtual methods
virtual void refreshTables();
virtual void refreshViews();
diff --git a/connectivity/source/drivers/kab/KTable.cxx b/connectivity/source/drivers/kab/KTable.cxx
index 1a7689f6cd31..89c04ec51262 100644
--- a/connectivity/source/drivers/kab/KTable.cxx
+++ b/connectivity/source/drivers/kab/KTable.cxx
@@ -34,13 +34,6 @@ using namespace ::com::sun::star::container;
using namespace ::com::sun::star::lang;
// -------------------------------------------------------------------------
-KabTable::KabTable( sdbcx::OCollection* _pTables, KabConnection* _pConnection)
- : KabTable_TYPEDEF(_pTables, sal_True),
- m_pConnection(_pConnection)
-{
- construct();
-}
-// -------------------------------------------------------------------------
KabTable::KabTable( sdbcx::OCollection* _pTables,
KabConnection* _pConnection,
const ::rtl::OUString& _Name,
diff --git a/connectivity/source/drivers/kab/KTable.hxx b/connectivity/source/drivers/kab/KTable.hxx
index 49d4f7b1b8da..63c33d162861 100644
--- a/connectivity/source/drivers/kab/KTable.hxx
+++ b/connectivity/source/drivers/kab/KTable.hxx
@@ -37,7 +37,6 @@ namespace connectivity
KabConnection* m_pConnection;
public:
- KabTable( sdbcx::OCollection* _pTables, KabConnection* _pConnection);
KabTable( sdbcx::OCollection* _pTables,
KabConnection* _pConnection,
const ::rtl::OUString& _Name,