summaryrefslogtreecommitdiff
path: root/comphelper/source/eventattachermgr/eventattachermgr.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/eventattachermgr/eventattachermgr.cxx
parent22d875b2630369cf85a82985d72f3120cbfa3453 (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'comphelper/source/eventattachermgr/eventattachermgr.cxx')
-rw-r--r--comphelper/source/eventattachermgr/eventattachermgr.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/comphelper/source/eventattachermgr/eventattachermgr.cxx b/comphelper/source/eventattachermgr/eventattachermgr.cxx
index 744a6436bda6..cd618cffd8a6 100644
--- a/comphelper/source/eventattachermgr/eventattachermgr.cxx
+++ b/comphelper/source/eventattachermgr/eventattachermgr.cxx
@@ -65,7 +65,8 @@ using namespace com::sun::star::script;
using namespace com::sun::star::reflection;
using namespace cppu;
using namespace osl;
-using namespace rtl;
+
+using ::rtl::OUString;
namespace comphelper
{