diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-02-26 15:54:59 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-02-26 15:54:59 +0100 |
commit | f2554b7867ca50f513aee6190ef3e3552d0880ff (patch) | |
tree | 816b1cd4409b00af138241ab928961766de69b8f /linguistic/source/spelldsp.cxx | |
parent | bd5fa4c1c6b62557f3909b0bc11e5543b01cbb9d (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'linguistic/source/spelldsp.cxx')
-rw-r--r-- | linguistic/source/spelldsp.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linguistic/source/spelldsp.cxx b/linguistic/source/spelldsp.cxx index 6decf22ad198..8e13434d0d2f 100644 --- a/linguistic/source/spelldsp.cxx +++ b/linguistic/source/spelldsp.cxx @@ -51,7 +51,6 @@ 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; @@ -59,6 +58,8 @@ using namespace com::sun::star::uno; using namespace com::sun::star::linguistic2; using namespace linguistic; +using ::rtl::OUString; + /////////////////////////////////////////////////////////////////////////// // ProposalList: list of proposals for misspelled words // The order of strings in the array should be left unchanged because the |