From 480ab8a2b34aff08355788e1b50142460d6c7633 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Thu, 3 Mar 2011 22:48:57 +0100 Subject: Remove "using namespace ::rtl" --- stoc/source/corereflection/crefl.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'stoc/source/corereflection/crefl.cxx') diff --git a/stoc/source/corereflection/crefl.cxx b/stoc/source/corereflection/crefl.cxx index fdd33fc7645b..44655df15c5c 100644 --- a/stoc/source/corereflection/crefl.cxx +++ b/stoc/source/corereflection/crefl.cxx @@ -41,7 +41,10 @@ using namespace com::sun::star::lang; using namespace com::sun::star::registry; using namespace cppu; using namespace osl; -using namespace rtl; + +using ::rtl::OUString; +using ::rtl::OUStringToOString; +using ::rtl::OString; #include "base.hxx" -- cgit