summaryrefslogtreecommitdiff
path: root/ucbhelper/source/client
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/source/client
parentac83bc28e77a2b00646ac690f88517c0ba4313c1 (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'ucbhelper/source/client')
-rw-r--r--ucbhelper/source/client/commandenvironment.cxx1
-rw-r--r--ucbhelper/source/client/contentbroker.cxx3
2 files changed, 2 insertions, 2 deletions
diff --git a/ucbhelper/source/client/commandenvironment.cxx b/ucbhelper/source/client/commandenvironment.cxx
index 16c72aa833e5..7824e2b378fb 100644
--- a/ucbhelper/source/client/commandenvironment.cxx
+++ b/ucbhelper/source/client/commandenvironment.cxx
@@ -45,7 +45,6 @@ using namespace com::sun::star::lang;
using namespace com::sun::star::task;
using namespace com::sun::star::ucb;
using namespace com::sun::star::uno;
-using namespace rtl;
namespace ucbhelper
{
diff --git a/ucbhelper/source/client/contentbroker.cxx b/ucbhelper/source/client/contentbroker.cxx
index 4eef68226b06..8eb455ca0aeb 100644
--- a/ucbhelper/source/client/contentbroker.cxx
+++ b/ucbhelper/source/client/contentbroker.cxx
@@ -47,7 +47,8 @@
using namespace com::sun::star::lang;
using namespace com::sun::star::ucb;
using namespace com::sun::star::uno;
-using namespace rtl;
+
+using ::rtl::OUString;
namespace
{