diff options
author | Noel Grandin <noel@peralex.com> | 2014-10-29 12:03:33 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-10-29 11:28:54 +0000 |
commit | 0371a6336582aea9574d1f8e6ae152ef3f95ac62 (patch) | |
tree | 06cc3b234b45ee5a5cb72387068adae84226ce9b /io/test | |
parent | b9f080e012d0e4f5343da940079c20d3f9c63513 (diff) |
remove unnecessary 'using namespace rtl' declarations
It turns out that almost none of them were necessary.
Change-Id: I1311ed28409c682b57ea8d149bcbaf2c49133e83
Reviewed-on: https://gerrit.libreoffice.org/12133
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'io/test')
-rw-r--r-- | io/test/stm/datatest.cxx | 1 | ||||
-rw-r--r-- | io/test/stm/marktest.cxx | 1 | ||||
-rw-r--r-- | io/test/stm/pipetest.cxx | 1 | ||||
-rw-r--r-- | io/test/stm/pumptest.cxx | 1 | ||||
-rw-r--r-- | io/test/stm/testfactreg.cxx | 1 | ||||
-rw-r--r-- | io/test/testcomponent.cxx | 1 | ||||
-rw-r--r-- | io/test/testconnection.cxx | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/io/test/stm/datatest.cxx b/io/test/stm/datatest.cxx index a5d3b79b19a6..940d6ee87712 100644 --- a/io/test/stm/datatest.cxx +++ b/io/test/stm/datatest.cxx @@ -40,7 +40,6 @@ #include <string.h> -using namespace ::rtl; using namespace ::osl; using namespace ::cppu; using namespace ::com::sun::star::uno; diff --git a/io/test/stm/marktest.cxx b/io/test/stm/marktest.cxx index 6ac56583619c..a9866af396dc 100644 --- a/io/test/stm/marktest.cxx +++ b/io/test/stm/marktest.cxx @@ -33,7 +33,6 @@ #include <osl/conditn.hxx> #include <osl/mutex.hxx> -using namespace ::rtl; using namespace ::osl; using namespace ::cppu; using namespace ::com::sun::star::uno; diff --git a/io/test/stm/pipetest.cxx b/io/test/stm/pipetest.cxx index ec0155e8b81f..2aadab0db005 100644 --- a/io/test/stm/pipetest.cxx +++ b/io/test/stm/pipetest.cxx @@ -36,7 +36,6 @@ #include <string.h> -using namespace ::rtl; using namespace ::osl; using namespace ::cppu; using namespace ::com::sun::star::uno; diff --git a/io/test/stm/pumptest.cxx b/io/test/stm/pumptest.cxx index a3cebffe8013..d911cd1b42ca 100644 --- a/io/test/stm/pumptest.cxx +++ b/io/test/stm/pumptest.cxx @@ -43,7 +43,6 @@ -using namespace ::rtl; using namespace ::osl; using namespace ::cppu; using namespace ::com::sun::star::uno; diff --git a/io/test/stm/testfactreg.cxx b/io/test/stm/testfactreg.cxx index 2d7e9e979d0e..1a409e929a4a 100644 --- a/io/test/stm/testfactreg.cxx +++ b/io/test/stm/testfactreg.cxx @@ -24,7 +24,6 @@ #include <cppuhelper/factory.hxx> -using namespace ::rtl; using namespace ::cppu; using namespace ::com::sun::star::registry; using namespace ::com::sun::star::uno; diff --git a/io/test/testcomponent.cxx b/io/test/testcomponent.cxx index 10204c8e494b..f5b626f9de2c 100644 --- a/io/test/testcomponent.cxx +++ b/io/test/testcomponent.cxx @@ -33,7 +33,6 @@ #include <cppuhelper/servicefactory.hxx> -using namespace ::rtl; using namespace ::cppu; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::test; diff --git a/io/test/testconnection.cxx b/io/test/testconnection.cxx index 5bbf84dcc8a6..2e60af472d2d 100644 --- a/io/test/testconnection.cxx +++ b/io/test/testconnection.cxx @@ -33,7 +33,6 @@ #include <com/sun/star/connection/XAcceptor.hpp> using namespace ::osl; -using namespace ::rtl; using namespace ::cppu; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::io; |