diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-02-27 17:10:26 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-02-27 17:10:26 +0100 |
commit | da84e4dc931f17f87f26affcbe90681f3061b560 (patch) | |
tree | b08842617260dc81c5de3c198f2df653ec7206cb /ucbhelper/workben | |
parent | ac83bc28e77a2b00646ac690f88517c0ba4313c1 (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'ucbhelper/workben')
-rw-r--r-- | ucbhelper/workben/ucbexplorer/ucbexplorer.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx b/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx index f1db1f4deca3..72c0c249ce19 100644 --- a/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx +++ b/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx @@ -68,7 +68,8 @@ using namespace com::sun::star::sdbc; using namespace com::sun::star::task; using namespace com::sun::star::ucb; using namespace com::sun::star::uno; -using namespace rtl; + +using ::rtl::OUString; //========================================================================= // |