summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-29 12:03:33 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-10-29 11:28:54 +0000
commit0371a6336582aea9574d1f8e6ae152ef3f95ac62 (patch)
tree06cc3b234b45ee5a5cb72387068adae84226ce9b /sax
parentb9f080e012d0e4f5343da940079c20d3f9c63513 (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')
-rw-r--r--sax/source/expatwrap/attrlistimpl.cxx1
-rw-r--r--sax/test/sax/testsax.cxx1
-rw-r--r--sax/test/sax/testwriter.cxx1
-rw-r--r--sax/test/saxdemo.cxx1
-rw-r--r--sax/test/testcomponent.cxx1
5 files changed, 0 insertions, 5 deletions
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 <cppuhelper/weak.hxx>
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 <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;