summaryrefslogtreecommitdiffstats
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.cxx7
1 files changed, 0 insertions, 7 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