diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-02-27 17:05:28 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-02-27 17:05:28 +0100 |
commit | ac83bc28e77a2b00646ac690f88517c0ba4313c1 (patch) | |
tree | 5a8f721c67d7677710a1e98cf377c56887851553 /svtools/workben | |
parent | 27f360b33062e463f86817ae3e9af5785ad944bf (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'svtools/workben')
-rw-r--r-- | svtools/workben/cui/loadlib.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/workben/cui/loadlib.cxx b/svtools/workben/cui/loadlib.cxx index 70da235bdb38..81fa73ee962b 100644 --- a/svtools/workben/cui/loadlib.cxx +++ b/svtools/workben/cui/loadlib.cxx @@ -37,7 +37,7 @@ #include <osl/module.h> #include <rtl/ustring.hxx> -using namespace rtl; +using ::rtl::OUString; extern "C" { struct VersionInfo |