From 0371a6336582aea9574d1f8e6ae152ef3f95ac62 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 29 Oct 2014 12:03:33 +0200 Subject: 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 Tested-by: Noel Grandin --- sax/source/expatwrap/attrlistimpl.cxx | 1 - sax/test/sax/testsax.cxx | 1 - sax/test/sax/testwriter.cxx | 1 - sax/test/saxdemo.cxx | 1 - sax/test/testcomponent.cxx | 1 - 5 files changed, 5 deletions(-) (limited to 'sax') diff --git a/sax/source/expatwrap/attrlistimpl.cxx b/sax/source/expatwrap/attrlistimpl.cxx index 8df8064cdb64..fad903fd4ff2 100644 --- a/sax/source/expatwrap/attrlistimpl.cxx +++ b/sax/source/expatwrap/attrlistimpl.cxx @@ -24,7 +24,6 @@ #include using namespace ::std; -using namespace ::rtl; using namespace ::cppu; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::util; 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 #include -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 -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 -using namespace ::rtl; using namespace ::cppu; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::test; -- cgit