From 063152696fb70c40dddb0eaf1e1a8cc9c8594362 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 26 Feb 2011 22:26:51 +0100 Subject: Remove "using namespace ::rtl" --- scripting/source/storage/XMLElement.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripting') diff --git a/scripting/source/storage/XMLElement.cxx b/scripting/source/storage/XMLElement.cxx index 6d9ff7bc195f..b80efd4b2ad5 100644 --- a/scripting/source/storage/XMLElement.cxx +++ b/scripting/source/storage/XMLElement.cxx @@ -31,10 +31,12 @@ #include "XMLElement.hxx" #include -using namespace rtl; using namespace com::sun::star; using namespace com::sun::star::uno; +using ::rtl::OUString; +using ::rtl::OUStringToOString; + namespace scripting_impl { -- cgit