summaryrefslogtreecommitdiff
path: root/svl/source/config/asiancfg.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 /svl/source/config/asiancfg.cxx
parent27f360b33062e463f86817ae3e9af5785ad944bf (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'svl/source/config/asiancfg.cxx')
-rw-r--r--svl/source/config/asiancfg.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svl/source/config/asiancfg.cxx b/svl/source/config/asiancfg.cxx
index 9093ca72026e..efebd3a37836 100644
--- a/svl/source/config/asiancfg.cxx
+++ b/svl/source/config/asiancfg.cxx
@@ -39,12 +39,13 @@
//-----------------------------------------------------------------------------
using namespace utl;
-using namespace rtl;
using namespace com::sun::star;
using namespace com::sun::star::uno;
using namespace com::sun::star::beans;
using namespace com::sun::star::lang;
+using ::rtl::OUString;
+
#define C2U(cChar) OUString(RTL_CONSTASCII_USTRINGPARAM(cChar))
//-----------------------------------------------------------------------------