summaryrefslogtreecommitdiffstats
path: root/uui/source/services.cxx
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 /uui/source/services.cxx
parentRemove "using namespace ::rtl" (diff)
downloadcore-b9b36572d95b1a1583ff352631cf4a89d6dd8227.tar.gz
core-b9b36572d95b1a1583ff352631cf4a89d6dd8227.zip
Remove "using namespace ::rtl"
Diffstat (limited to 'uui/source/services.cxx')
-rw-r--r--uui/source/services.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/uui/source/services.cxx b/uui/source/services.cxx
index e2c5fae546f6..8063d83585f9 100644
--- a/uui/source/services.cxx
+++ b/uui/source/services.cxx
@@ -37,11 +37,12 @@
#include "requeststringresolver.hxx"
#include "passwordcontainer.hxx"
-using namespace rtl;
using namespace com::sun::star::uno;
using namespace com::sun::star::lang;
using namespace com::sun::star::registry;
+using ::rtl::OUString;
+
namespace {
sal_Bool writeInfo( void * pRegistryKey,