summaryrefslogtreecommitdiff
path: root/registry/source/regimpl.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-03-02 22:15:02 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-03-02 22:15:02 +0100
commit389bc73b5f34399fa8c11c891755238a3417af50 (patch)
tree2a620177e36273aa4c563379563d7c4be315bb2a /registry/source/regimpl.cxx
parent933e22880b2d5d9c6dd6e3e05c30d6f0ced55508 (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'registry/source/regimpl.cxx')
-rw-r--r--registry/source/regimpl.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/registry/source/regimpl.cxx b/registry/source/regimpl.cxx
index e43f8054d32b..0976c23555c7 100644
--- a/registry/source/regimpl.cxx
+++ b/registry/source/regimpl.cxx
@@ -61,10 +61,14 @@
#include <rtl/ustrbuf.hxx>
#include <osl/file.hxx>
-using namespace rtl;
using namespace osl;
using namespace store;
+using ::rtl::OUString;
+using ::rtl::OUStringToOString;
+using ::rtl::OUStringBuffer;
+using ::rtl::OString;
+
namespace {
void printString(rtl::OUString const & s) {