summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-02-26 10:28:40 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-02-26 10:30:05 +0100
commit6e03518fb6ab1e3f0effe8a04ab984ba3fd9eff1 (patch)
tree7b6a0091736486dcdcafa0f63c204df5c4c37911 /lingucomponent
parentc2927bbd85e36db84830f7854e32194e24254505 (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx3
1 files changed, 2 insertions, 1 deletions
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 <lingutil.hxx>
-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;
+
///////////////////////////////////////////////////////////////////////////