diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-03-03 22:26:57 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-03-03 22:26:57 +0100 |
commit | 9f14962a6c1c9b2610d0294dca2a28d2b23a958b (patch) | |
tree | fdee152985cc2f94ff7796808a14a10aef883823 /sal/qa/rtl/process | |
parent | bcbb8d7962cf94993af56970b5625adf2875c636 (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'sal/qa/rtl/process')
-rw-r--r-- | sal/qa/rtl/process/rtl_Process.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sal/qa/rtl/process/rtl_Process.cxx b/sal/qa/rtl/process/rtl_Process.cxx index c69436467427..a8e95d199d1c 100644 --- a/sal/qa/rtl/process/rtl_Process.cxx +++ b/sal/qa/rtl/process/rtl_Process.cxx @@ -44,7 +44,10 @@ #include "rtl_Process_Const.h" using namespace osl; -using namespace rtl; + +using ::rtl::OUString; +using ::rtl::OString; +using ::rtl::OUStringToOString; /** print a UNI_CODE String. And also print some comments of the string. */ |