diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-02-26 01:29:19 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-02-26 01:29:19 +0100 |
commit | f31b74fd2ba66c8eeb26369f4ad2f9f9cd3e197f (patch) | |
tree | 1b1e2d01300cfe42739b57f852fe4ddbda95d670 /lingucomponent/source/spellcheck/macosxspell | |
parent | f6e89c9e98a8512419a0b62838a2a3834e81ea76 (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'lingucomponent/source/spellcheck/macosxspell')
-rw-r--r-- | lingucomponent/source/spellcheck/macosxspell/macreg.cxx | 1 | ||||
-rw-r--r-- | lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx | 7 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lingucomponent/source/spellcheck/macosxspell/macreg.cxx b/lingucomponent/source/spellcheck/macosxspell/macreg.cxx index 5ca87d292c7c..c67f534ea682 100644 --- a/lingucomponent/source/spellcheck/macosxspell/macreg.cxx +++ b/lingucomponent/source/spellcheck/macosxspell/macreg.cxx @@ -35,7 +35,6 @@ #include <com/sun/star/registry/XRegistryKey.hpp> -using namespace rtl; using namespace com::sun::star::lang; using namespace com::sun::star::registry; diff --git a/lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx b/lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx index b2bd3de4211c..900628738700 100644 --- a/lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx +++ b/lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx @@ -50,13 +50,18 @@ 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 namespace linguistic; + +using ::rtl::OUString; +using ::rtl::OString; +using ::rtl::OUStringBuffer; +using ::rtl::OStringBuffer; +using ::rtl::OUStringToOString; /////////////////////////////////////////////////////////////////////////// // dbg_dump for development #if OSL_DEBUG_LEVEL > 1 |