diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-02-26 22:39:23 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-02-26 22:39:23 +0100 |
commit | b9b36572d95b1a1583ff352631cf4a89d6dd8227 (patch) | |
tree | cddb2fcd9237bb20f0f2941d5ff8e8188cdbf828 /uui/source | |
parent | 063152696fb70c40dddb0eaf1e1a8cc9c8594362 (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'uui/source')
-rw-r--r-- | uui/source/services.cxx | 3 |
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, |