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 /sax/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 'sax/test')
-rw-r--r-- | sax/test/sax/testsax.cxx | 1 | ||||
-rw-r--r-- | sax/test/sax/testwriter.cxx | 1 | ||||
-rw-r--r-- | sax/test/saxdemo.cxx | 1 | ||||
-rw-r--r-- | sax/test/testcomponent.cxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/sax/test/sax/testsax.cxx b/sax/test/sax/testsax.cxx index fda1614ab72d..2d114c66aeef 100644 --- a/sax/test/sax/testsax.cxx +++ b/sax/test/sax/testsax.cxx @@ -33,7 +33,6 @@ #include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase3.hxx> -using namespace ::rtl; using namespace ::cppu; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; diff --git a/sax/test/sax/testwriter.cxx b/sax/test/sax/testwriter.cxx index 24c9258004d5..3dc52fa83ca2 100644 --- a/sax/test/sax/testwriter.cxx +++ b/sax/test/sax/testwriter.cxx @@ -36,7 +36,6 @@ using namespace ::std; -using namespace ::rtl; using namespace ::cppu; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; diff --git a/sax/test/saxdemo.cxx b/sax/test/saxdemo.cxx index 0c1ec2f19258..9ecc2527c89c 100644 --- a/sax/test/saxdemo.cxx +++ b/sax/test/saxdemo.cxx @@ -45,7 +45,6 @@ #include <osl/diagnose.h> -using namespace ::rtl; using namespace ::std; using namespace ::cppu; using namespace ::com::sun::star::uno; diff --git a/sax/test/testcomponent.cxx b/sax/test/testcomponent.cxx index b97960348af4..bc8df8b00d19 100644 --- a/sax/test/testcomponent.cxx +++ b/sax/test/testcomponent.cxx @@ -35,7 +35,6 @@ #include <osl/diagnose.h> -using namespace ::rtl; using namespace ::cppu; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::test; |