summaryrefslogtreecommitdiff
path: root/rsc/source/tools
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-02-27 17:05:28 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-02-27 17:05:28 +0100
commitac83bc28e77a2b00646ac690f88517c0ba4313c1 (patch)
tree5a8f721c67d7677710a1e98cf377c56887851553 /rsc/source/tools
parent27f360b33062e463f86817ae3e9af5785ad944bf (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'rsc/source/tools')
-rw-r--r--rsc/source/tools/rschash.cxx3
-rw-r--r--rsc/source/tools/rsctools.cxx3
2 files changed, 4 insertions, 2 deletions
diff --git a/rsc/source/tools/rschash.cxx b/rsc/source/tools/rschash.cxx
index 2acf6f15e376..424b24c0246d 100644
--- a/rsc/source/tools/rschash.cxx
+++ b/rsc/source/tools/rschash.cxx
@@ -30,7 +30,8 @@
#include "precompiled_rsc.hxx"
#include <rschash.hxx>
-using namespace rtl;
+using ::rtl::OString;
+using ::rtl::OStringHash;
AtomContainer::AtomContainer()
{
diff --git a/rsc/source/tools/rsctools.cxx b/rsc/source/tools/rsctools.cxx
index f1202d986921..a5079d9f37d0 100644
--- a/rsc/source/tools/rsctools.cxx
+++ b/rsc/source/tools/rsctools.cxx
@@ -56,7 +56,8 @@
#define ONLY_NEW
#endif
-using namespace rtl;
+using ::rtl::OUString;
+using ::rtl::OUStringToOString;
/****************** C o d e **********************************************/
/*************************************************************************