diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-02-26 22:46:43 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-02-26 22:46:43 +0100 |
commit | 8379ad9ac653e4fc4d47ebecf18099e0b41c60c1 (patch) | |
tree | b58764f5d9fcb45c53e824c3e88f6424249834c1 /comphelper/source/compare | |
parent | 22d875b2630369cf85a82985d72f3120cbfa3453 (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'comphelper/source/compare')
-rw-r--r-- | comphelper/source/compare/AnyCompareFactory.cxx | 3 |
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; //============================================================================= |