summaryrefslogtreecommitdiff
path: root/svl
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
parent27f360b33062e463f86817ae3e9af5785ad944bf (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'svl')
-rw-r--r--svl/source/config/asiancfg.cxx3
-rw-r--r--svl/source/config/srchcfg.cxx3
-rw-r--r--svl/source/misc/lngmisc.cxx4
3 files changed, 6 insertions, 4 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))
//-----------------------------------------------------------------------------
diff --git a/svl/source/config/srchcfg.cxx b/svl/source/config/srchcfg.cxx
index 8d513b31e770..e2450bdd0e84 100644
--- a/svl/source/config/srchcfg.cxx
+++ b/svl/source/config/srchcfg.cxx
@@ -39,11 +39,12 @@
//-----------------------------------------------------------------------------
using namespace utl;
-using namespace rtl;
using namespace com::sun::star;
using namespace com::sun::star::uno;
using namespace com::sun::star::beans;
+using ::rtl::OUString;
+
#define C2U(cChar) OUString(RTL_CONSTASCII_USTRINGPARAM(cChar))
//-----------------------------------------------------------------------------
diff --git a/svl/source/misc/lngmisc.cxx b/svl/source/misc/lngmisc.cxx
index 7aacaba3ae81..c655a8dd86a3 100644
--- a/svl/source/misc/lngmisc.cxx
+++ b/svl/source/misc/lngmisc.cxx
@@ -35,8 +35,8 @@
#include <rtl/ustrbuf.hxx>
#include <rtl/ustring.hxx>
-
-using namespace rtl;
+using ::rtl::OUString;
+using ::rtl::OUStringBuffer;
namespace linguistic
{