summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-03-03 22:26:57 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-03-03 22:26:57 +0100
commit9f14962a6c1c9b2610d0294dca2a28d2b23a958b (patch)
treefdee152985cc2f94ff7796808a14a10aef883823 /sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx
parentbcbb8d7962cf94993af56970b5625adf2875c636 (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx')
-rw-r--r--sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx b/sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx
index 90f4b0c79259..e10c75f1a020 100644
--- a/sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx
+++ b/sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx
@@ -51,8 +51,10 @@
#include <osl/thread.hxx>
-using namespace rtl;
-
+using ::rtl::OUString;
+using ::rtl::OUStringBuffer;
+using ::rtl::OUStringToOString;
+using ::rtl::OString;
#define TESTSHL2_INI "testshl2"
#define PSEUDO_INI "pseudo"