summaryrefslogtreecommitdiff
path: root/xmlscript/source/xmlmod_imexp
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-02-26 22:39:23 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-02-26 22:39:23 +0100
commitb9b36572d95b1a1583ff352631cf4a89d6dd8227 (patch)
treecddb2fcd9237bb20f0f2941d5ff8e8188cdbf828 /xmlscript/source/xmlmod_imexp
parent063152696fb70c40dddb0eaf1e1a8cc9c8594362 (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'xmlscript/source/xmlmod_imexp')
-rw-r--r--xmlscript/source/xmlmod_imexp/xmlmod_export.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmlscript/source/xmlmod_imexp/xmlmod_export.cxx b/xmlscript/source/xmlmod_imexp/xmlmod_export.cxx
index 782e6d343818..aeb39a6df1ef 100644
--- a/xmlscript/source/xmlmod_imexp/xmlmod_export.cxx
+++ b/xmlscript/source/xmlmod_imexp/xmlmod_export.cxx
@@ -34,7 +34,8 @@
using namespace com::sun::star::uno;
using namespace com::sun::star;
-using namespace rtl;
+
+using ::rtl::OUString;
namespace xmlscript
{