[Libreoffice-commits] .: lingucomponent/source
Julien Nabet
serval2412 at kemper.freedesktop.org
Sat Feb 26 01:31:25 PST 2011
lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 7333df71a42d1f68d4706f8797ae28510cdd0766
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sat Feb 26 10:28:40 2011 +0100
Remove "using namespace ::rtl"
diff --git a/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx b/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx
index 624794e..a831b99 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;
+
///////////////////////////////////////////////////////////////////////////
More information about the Libreoffice-commits
mailing list