summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-02-26 22:26:51 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-02-26 22:26:51 +0100
commit063152696fb70c40dddb0eaf1e1a8cc9c8594362 (patch)
treebe25b09f326080fd131fddcbfb30dfda986b7104 /scripting
parentf2554b7867ca50f513aee6190ef3e3552d0880ff (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'scripting')
-rw-r--r--scripting/source/storage/XMLElement.cxx4
1 files changed, 3 insertions, 1 deletions
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 <osl/diagnose.h>
-using namespace rtl;
using namespace com::sun::star;
using namespace com::sun::star::uno;
+using ::rtl::OUString;
+using ::rtl::OUStringToOString;
+
namespace scripting_impl
{