summaryrefslogtreecommitdiffstats
path: root/ucbhelper/workben
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-02-27 17:10:26 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-02-27 17:10:26 +0100
commitda84e4dc931f17f87f26affcbe90681f3061b560 (patch)
treeb08842617260dc81c5de3c198f2df653ec7206cb /ucbhelper/workben
parentRemove "using namespace ::rtl" (diff)
downloadcore-da84e4dc931f17f87f26affcbe90681f3061b560.tar.gz
core-da84e4dc931f17f87f26affcbe90681f3061b560.zip
Remove "using namespace ::rtl"
Diffstat (limited to 'ucbhelper/workben')
-rw-r--r--ucbhelper/workben/ucbexplorer/ucbexplorer.cxx3
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;
//=========================================================================
//