summaryrefslogtreecommitdiff
path: root/registry/source/regimpl.hxx
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.hxx
parent933e22880b2d5d9c6dd6e3e05c30d6f0ced55508 (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'registry/source/regimpl.hxx')
-rw-r--r--registry/source/regimpl.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/registry/source/regimpl.hxx b/registry/source/regimpl.hxx
index 64e0cc8c401f..80b6470704c5 100644
--- a/registry/source/regimpl.hxx
+++ b/registry/source/regimpl.hxx
@@ -62,9 +62,6 @@
#define REG_GUARD(mutex) \
osl::Guard< osl::Mutex > aGuard( mutex );
-// @@@ using namespace rtl;
-// @@@ using namespace osl;
-
class ORegKey;
class RegistryTypeReader;