From 6e03518fb6ab1e3f0effe8a04ab984ba3fd9eff1 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 26 Feb 2011 10:28:40 +0100 Subject: Remove "using namespace ::rtl" --- lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lingucomponent') diff --git a/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx b/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx index 36d43c638fc2..ab0e35fa2f0f 100644 --- a/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx +++ b/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx @@ -55,12 +55,13 @@ #include -using namespace ::rtl; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::beans; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::linguistic2; +using ::rtl::OUString; + /////////////////////////////////////////////////////////////////////////// -- cgit