diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-02-26 22:26:51 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-02-26 22:26:51 +0100 |
commit | 063152696fb70c40dddb0eaf1e1a8cc9c8594362 (patch) | |
tree | be25b09f326080fd131fddcbfb30dfda986b7104 /shell/qa | |
parent | f2554b7867ca50f513aee6190ef3e3552d0880ff (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'shell/qa')
-rw-r--r-- | shell/qa/recent_docs.cxx | 3 |
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; |