diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-04 11:38:12 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-04 13:58:40 +0100 |
commit | 33d6a7b2d7f6d6401c463556ade98de3bf23cf84 (patch) | |
tree | a61db81aeaf4d58d8905d7ca580b25da394b0763 /dbaccess/source | |
parent | 26e37ca4c7a26d59f1a42de2a43705f61327389e (diff) |
doubled namespaces
Change-Id: I0f6a34a459c1492a69afa3ef6bcbaa8ed7639a22
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/ui/browser/dbexchange.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/ui/browser/dbexchange.cxx b/dbaccess/source/ui/browser/dbexchange.cxx index a9c1940d9c3c..c7ef0c7dbb9f 100644 --- a/dbaccess/source/ui/browser/dbexchange.cxx +++ b/dbaccess/source/ui/browser/dbexchange.cxx @@ -37,7 +37,6 @@ namespace dbaui using namespace ::com::sun::star::uno; using namespace ::com::sun::star::beans; using namespace ::com::sun::star::sdb; - using namespace ::com::sun::star::beans; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::util; using namespace ::com::sun::star::sdbc; |