From e01b7bf23a872c641936f3a0752edba69914c34d Mon Sep 17 00:00:00 2001
From: Julien Nabet <serval2412@yahoo.fr>
Date: Wed, 2 Mar 2011 22:24:11 +0100
Subject: Remove "using namespace ::rtl"

---
 sal/rtl/source/logfile.cxx | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'sal/rtl')

diff --git a/sal/rtl/source/logfile.cxx b/sal/rtl/source/logfile.cxx
index ff7e6899f1ff..0e0f5e4b4063 100644
--- a/sal/rtl/source/logfile.cxx
+++ b/sal/rtl/source/logfile.cxx
@@ -50,10 +50,12 @@
 #define vsnprintf _vsnprintf
 #endif
 
-using namespace rtl;
 using namespace osl;
 using namespace std;
 
+using ::rtl::OUString;
+using ::rtl::OUStringBuffer;
+
 namespace {
 
 static oslFileHandle g_aFile = 0;
-- 
cgit