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 /linguistic | |
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 'linguistic')
-rw-r--r-- | linguistic/workben/sprophelp.hxx | 1 | ||||
-rw-r--r-- | linguistic/workben/sspellimp.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/linguistic/workben/sprophelp.hxx b/linguistic/workben/sprophelp.hxx index 9122cf02ade1..939ea6b0817f 100644 --- a/linguistic/workben/sprophelp.hxx +++ b/linguistic/workben/sprophelp.hxx @@ -35,7 +35,6 @@ namespace com { namespace sun { namespace star { namespace linguistic2 { }}}}; -using namespace ::rtl; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::beans; using namespace ::com::sun::star::lang; diff --git a/linguistic/workben/sspellimp.hxx b/linguistic/workben/sspellimp.hxx index 2ee5745b87be..58b0afe138e0 100644 --- a/linguistic/workben/sspellimp.hxx +++ b/linguistic/workben/sspellimp.hxx @@ -35,7 +35,6 @@ #include "linguistic/misc.hxx" #include "sprophelp.hxx" -using namespace ::rtl; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::beans; using namespace ::com::sun::star::lang; |