summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper/ucbhelper.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-02-27 18:47:31 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-02-27 18:47:31 +0100
commitbe3f37dc72b530c36548aee29b2ea7924232cbfc (patch)
treeb319485ac13ec7ca5a4178bedc958ab903c23932 /unotools/source/ucbhelper/ucbhelper.cxx
parentda84e4dc931f17f87f26affcbe90681f3061b560 (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'unotools/source/ucbhelper/ucbhelper.cxx')
-rw-r--r--unotools/source/ucbhelper/ucbhelper.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/unotools/source/ucbhelper/ucbhelper.cxx b/unotools/source/ucbhelper/ucbhelper.cxx
index d311c60921af..789fe3f6bebb 100644
--- a/unotools/source/ucbhelper/ucbhelper.cxx
+++ b/unotools/source/ucbhelper/ucbhelper.cxx
@@ -76,10 +76,11 @@ using namespace com::sun::star::sdbc;
using namespace com::sun::star::task;
using namespace com::sun::star::uno;
using namespace com::sun::star::ucb;
-using namespace rtl;
using namespace comphelper;
using namespace osl;
+using ::rtl::OUString;
+
typedef ::std::vector< OUString* > StringList_Impl;
#define CONVERT_DATETIME( aUnoDT, aToolsDT ) \