summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/file/fcode.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-07 23:31:30 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-07 23:31:50 +0100
commit06fc1ee4c4ee8de3a4d758cbca761a5e80a0873f (patch)
tree55db07712d1345120d4181d5acba6cdac83f1551 /connectivity/source/drivers/file/fcode.cxx
parentfdo#33994: Fixed several crashes around config UNO API (diff)
downloadcore-06fc1ee4c4ee8de3a4d758cbca761a5e80a0873f.tar.gz
core-06fc1ee4c4ee8de3a4d758cbca761a5e80a0873f.zip
Remove dead code. Mostly unused namespaces
Diffstat (limited to 'connectivity/source/drivers/file/fcode.cxx')
-rw-r--r--connectivity/source/drivers/file/fcode.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/connectivity/source/drivers/file/fcode.cxx b/connectivity/source/drivers/file/fcode.cxx
index 67c58ad9ca7a..b53226c98fdd 100644
--- a/connectivity/source/drivers/file/fcode.cxx
+++ b/connectivity/source/drivers/file/fcode.cxx
@@ -43,13 +43,8 @@
using namespace ::comphelper;
using namespace connectivity;
using namespace connectivity::file;
-//using namespace ::com::sun::star::uno;
-//using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::sdbc;
using namespace ::com::sun::star::sdb;
-//using namespace ::com::sun::star::container;
-//using namespace ::com::sun::star::beans;
-//using namespace ::com::sun::star::sdbcx;
TYPEINIT0(OCode);
TYPEINIT1(OOperand, OCode);