From f2554b7867ca50f513aee6190ef3e3552d0880ff Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 26 Feb 2011 15:54:59 +0100 Subject: Remove "using namespace ::rtl" --- linguistic/workben/sprophelp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linguistic/workben/sprophelp.cxx') diff --git a/linguistic/workben/sprophelp.cxx b/linguistic/workben/sprophelp.cxx index 8d01ec4fa0bf..bd42ed27bbe2 100644 --- a/linguistic/workben/sprophelp.cxx +++ b/linguistic/workben/sprophelp.cxx @@ -43,7 +43,6 @@ #include using namespace osl; -using namespace rtl; using namespace com::sun::star; using namespace com::sun::star::beans; using namespace com::sun::star::lang; @@ -51,6 +50,7 @@ using namespace com::sun::star::uno; using namespace com::sun::star::linguistic2; using namespace linguistic; +using ::rtl::OUString; #define A2OU(x) ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( x )) -- cgit