From 8379ad9ac653e4fc4d47ebecf18099e0b41c60c1 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 26 Feb 2011 22:46:43 +0100 Subject: Remove "using namespace ::rtl" --- comphelper/source/compare/AnyCompareFactory.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'comphelper/source/compare') diff --git a/comphelper/source/compare/AnyCompareFactory.cxx b/comphelper/source/compare/AnyCompareFactory.cxx index 787c68d97a18..074d3a5ffc3a 100644 --- a/comphelper/source/compare/AnyCompareFactory.cxx +++ b/comphelper/source/compare/AnyCompareFactory.cxx @@ -50,7 +50,8 @@ using namespace com::sun::star::uno; using namespace com::sun::star::ucb; using namespace com::sun::star::lang; using namespace com::sun::star::i18n; -using namespace rtl; + +using ::rtl::OUString; //============================================================================= -- cgit