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 --- hwpfilter/source/attributes.hxx | 1 - hwpfilter/source/hwpreader.hxx | 1 - 2 files changed, 2 deletions(-) (limited to 'hwpfilter') diff --git a/hwpfilter/source/attributes.hxx b/hwpfilter/source/attributes.hxx index c5179b46db05..4972dbd614cf 100644 --- a/hwpfilter/source/attributes.hxx +++ b/hwpfilter/source/attributes.hxx @@ -31,7 +31,6 @@ *----------------------------------------*/ using namespace ::cppu; -using namespace ::rtl; using namespace ::com::sun::star::xml::sax; using namespace ::com::sun::star::uno; diff --git a/hwpfilter/source/hwpreader.hxx b/hwpfilter/source/hwpreader.hxx index c4fff0c556ce..ac0e55ad6d82 100644 --- a/hwpfilter/source/hwpreader.hxx +++ b/hwpfilter/source/hwpreader.hxx @@ -43,7 +43,6 @@ #include #include -using namespace ::rtl; using namespace ::cppu; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::uno; -- cgit