summaryrefslogtreecommitdiff
path: root/comphelper/source/compare/AnyCompareFactory.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-02-26 22:46:43 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-02-26 22:46:43 +0100
commit8379ad9ac653e4fc4d47ebecf18099e0b41c60c1 (patch)
treeb58764f5d9fcb45c53e824c3e88f6424249834c1 /comphelper/source/compare/AnyCompareFactory.cxx
parent22d875b2630369cf85a82985d72f3120cbfa3453 (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'comphelper/source/compare/AnyCompareFactory.cxx')
-rw-r--r--comphelper/source/compare/AnyCompareFactory.cxx3
1 files changed, 2 insertions, 1 deletions
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;
//=============================================================================