From d95d58af08a35d8a6f9a7713a556915091863f11 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Fri, 1 Jun 2012 01:04:20 +0900 Subject: nuke unused namespace Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976 --- connectivity/source/drivers/calc/CTables.cxx | 1 - connectivity/source/drivers/dbase/DIndexes.cxx | 2 -- connectivity/source/drivers/dbase/DTables.cxx | 1 - connectivity/source/drivers/file/FTables.cxx | 2 -- connectivity/source/drivers/flat/ETables.cxx | 1 - 5 files changed, 7 deletions(-) (limited to 'connectivity/source/drivers') diff --git a/connectivity/source/drivers/calc/CTables.cxx b/connectivity/source/drivers/calc/CTables.cxx index dff25332003b..d1052f042a57 100644 --- a/connectivity/source/drivers/calc/CTables.cxx +++ b/connectivity/source/drivers/calc/CTables.cxx @@ -44,7 +44,6 @@ using namespace ::com::sun::star::sdbcx; using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::container; -namespace starutil = ::com::sun::star::util; sdbcx::ObjectType OCalcTables::createObject(const ::rtl::OUString& _rName) { diff --git a/connectivity/source/drivers/dbase/DIndexes.cxx b/connectivity/source/drivers/dbase/DIndexes.cxx index 6b181102bf5e..cc721dec65bd 100644 --- a/connectivity/source/drivers/dbase/DIndexes.cxx +++ b/connectivity/source/drivers/dbase/DIndexes.cxx @@ -46,8 +46,6 @@ using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::container; using namespace ::com::sun::star::lang; -namespace starutil = ::com::sun::star::util; - sdbcx::ObjectType ODbaseIndexes::createObject(const ::rtl::OUString& _rName) { ::rtl::OUString sFile = m_pTable->getConnection()->getURL(); diff --git a/connectivity/source/drivers/dbase/DTables.cxx b/connectivity/source/drivers/dbase/DTables.cxx index 49cad639f562..73ba90731561 100644 --- a/connectivity/source/drivers/dbase/DTables.cxx +++ b/connectivity/source/drivers/dbase/DTables.cxx @@ -51,7 +51,6 @@ using namespace ::com::sun::star::sdbcx; using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::container; -namespace starutil = ::com::sun::star::util; sdbcx::ObjectType ODbaseTables::createObject(const ::rtl::OUString& _rName) { diff --git a/connectivity/source/drivers/file/FTables.cxx b/connectivity/source/drivers/file/FTables.cxx index ce42098d9b48..4b2e8fcb2312 100644 --- a/connectivity/source/drivers/file/FTables.cxx +++ b/connectivity/source/drivers/file/FTables.cxx @@ -44,8 +44,6 @@ using namespace ::com::sun::star::sdbcx; using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::container; -namespace starutil = ::com::sun::star::util; - sdbcx::ObjectType OTables::createObject(const ::rtl::OUString& /*_rName*/) { return sdbcx::ObjectType(); diff --git a/connectivity/source/drivers/flat/ETables.cxx b/connectivity/source/drivers/flat/ETables.cxx index 67a81c162f5b..1a07d1f8e283 100644 --- a/connectivity/source/drivers/flat/ETables.cxx +++ b/connectivity/source/drivers/flat/ETables.cxx @@ -47,7 +47,6 @@ using namespace ::com::sun::star::sdbcx; using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::container; -namespace starutil = ::com::sun::star::util; sdbcx::ObjectType OFlatTables::createObject(const ::rtl::OUString& _rName) { -- cgit