summaryrefslogtreecommitdiff
path: root/unotools/source/config/configmgr.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-02-27 18:47:31 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-02-27 18:47:31 +0100
commitbe3f37dc72b530c36548aee29b2ea7924232cbfc (patch)
treeb319485ac13ec7ca5a4178bedc958ab903c23932 /unotools/source/config/configmgr.cxx
parentda84e4dc931f17f87f26affcbe90681f3061b560 (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'unotools/source/config/configmgr.cxx')
-rw-r--r--unotools/source/config/configmgr.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/unotools/source/config/configmgr.cxx b/unotools/source/config/configmgr.cxx
index 16606c346985..aeea5966e0a0 100644
--- a/unotools/source/config/configmgr.cxx
+++ b/unotools/source/config/configmgr.cxx
@@ -50,12 +50,13 @@
//-----------------------------------------------------------------------------
using namespace utl;
-using namespace rtl;
using namespace com::sun::star::uno;
using namespace com::sun::star::lang;
using namespace com::sun::star::beans;
using namespace com::sun::star::container;
+using ::rtl::OUString;
+
#define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s))
//-----------------------------------------------------------------------------