summaryrefslogtreecommitdiff
path: root/shell/qa
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-02-26 22:26:51 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-02-26 22:26:51 +0100
commit063152696fb70c40dddb0eaf1e1a8cc9c8594362 (patch)
treebe25b09f326080fd131fddcbfb30dfda986b7104 /shell/qa
parentf2554b7867ca50f513aee6190ef3e3552d0880ff (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'shell/qa')
-rw-r--r--shell/qa/recent_docs.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/qa/recent_docs.cxx b/shell/qa/recent_docs.cxx
index b6bd9637d6b6..f90154e24727 100644
--- a/shell/qa/recent_docs.cxx
+++ b/shell/qa/recent_docs.cxx
@@ -41,7 +41,8 @@
//########################################
using namespace osl;
-using namespace rtl;
+
+using ::rtl::OUString;
namespace syssh = SystemShell;