summaryrefslogtreecommitdiff
path: root/sal/rtl
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-03-02 22:24:11 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-03-02 22:24:11 +0100
commite01b7bf23a872c641936f3a0752edba69914c34d (patch)
tree6dc73bc6155a56a4244ff14d1bde98c1c19a35d3 /sal/rtl
parent389bc73b5f34399fa8c11c891755238a3417af50 (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'sal/rtl')
-rw-r--r--sal/rtl/source/logfile.cxx4
1 files changed, 3 insertions, 1 deletions
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;