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/spelldta.cxx | |
parent | bd5fa4c1c6b62557f3909b0bc11e5543b01cbb9d (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'linguistic/source/spelldta.cxx')
-rw-r--r-- | linguistic/source/spelldta.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linguistic/source/spelldta.cxx b/linguistic/source/spelldta.cxx index b40c7ab8b14f..c89426b8d3d3 100644 --- a/linguistic/source/spelldta.cxx +++ b/linguistic/source/spelldta.cxx @@ -44,13 +44,14 @@ 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 ::rtl::OUString; + namespace linguistic { |