summaryrefslogtreecommitdiff
path: root/rsc/source/rsc/rsc.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-02-27 17:05:28 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-02-27 17:05:28 +0100
commitac83bc28e77a2b00646ac690f88517c0ba4313c1 (patch)
tree5a8f721c67d7677710a1e98cf377c56887851553 /rsc/source/rsc/rsc.cxx
parent27f360b33062e463f86817ae3e9af5785ad944bf (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'rsc/source/rsc/rsc.cxx')
-rw-r--r--rsc/source/rsc/rsc.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/rsc/source/rsc/rsc.cxx b/rsc/source/rsc/rsc.cxx
index bf653c76badd..132d60483867 100644
--- a/rsc/source/rsc/rsc.cxx
+++ b/rsc/source/rsc/rsc.cxx
@@ -29,7 +29,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_rsc.hxx"
/****************************************************************/
-/* Include File */
+/* Include File */
/****************************************************************/
#include <stdlib.h>
@@ -68,7 +68,10 @@
#include <vector>
-using namespace rtl;
+using ::rtl::OUString;
+using ::rtl::OString;
+using ::rtl::OStringBuffer;
+using ::rtl::OStringToOUString;
/*************** F o r w a r d s *****************************************/
/*************** G l o b a l e V a r i a b l e n **********************/