summaryrefslogtreecommitdiff
path: root/linguistic/source/spelldta.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-02-26 15:54:59 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-02-26 15:54:59 +0100
commitf2554b7867ca50f513aee6190ef3e3552d0880ff (patch)
tree816b1cd4409b00af138241ab928961766de69b8f /linguistic/source/spelldta.cxx
parentbd5fa4c1c6b62557f3909b0bc11e5543b01cbb9d (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'linguistic/source/spelldta.cxx')
-rw-r--r--linguistic/source/spelldta.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/linguistic/source/spelldta.cxx b/linguistic/source/spelldta.cxx
index b40c7ab8b14f..c89426b8d3d3 100644
--- a/linguistic/source/spelldta.cxx
+++ b/linguistic/source/spelldta.cxx
@@ -44,13 +44,14 @@
using namespace utl;
using namespace osl;
-using namespace rtl;
using namespace com::sun::star;
using namespace com::sun::star::beans;
using namespace com::sun::star::lang;
using namespace com::sun::star::uno;
using namespace com::sun::star::linguistic2;
+using ::rtl::OUString;
+
namespace linguistic
{