diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-02-26 10:28:40 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-02-26 10:30:05 +0100 |
commit | 6e03518fb6ab1e3f0effe8a04ab984ba3fd9eff1 (patch) | |
tree | 7b6a0091736486dcdcafa0f63c204df5c4c37911 /lingucomponent/source | |
parent | c2927bbd85e36db84830f7854e32194e24254505 (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'lingucomponent/source')
-rw-r--r-- | lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx | 3 |
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; + /////////////////////////////////////////////////////////////////////////// |