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>
This commit is contained in:
Noel Grandin
2014-10-29 12:03:33 +02:00
committed by Noel Grandin
parent b9f080e012
commit 0371a63365
400 changed files with 9 additions and 444 deletions

View File

@@ -39,7 +39,6 @@
#define SERVICE_NAME "com.sun.star.io.TextInputStream"
using namespace ::osl;
using namespace ::rtl;
using namespace ::cppu;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;