diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-03-03 22:09:48 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-03-03 22:09:48 +0100 |
commit | bcbb8d7962cf94993af56970b5625adf2875c636 (patch) | |
tree | 6d5b22a410fe712fa8c2a15dca77339a51e30d4f /remotebridges | |
parent | b406c51330ebea0459f38b0073f0783410b072f3 (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'remotebridges')
-rw-r--r-- | remotebridges/source/unourl_resolver/unourl_resolver.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remotebridges/source/unourl_resolver/unourl_resolver.cxx b/remotebridges/source/unourl_resolver/unourl_resolver.cxx index bcdeac609dde..4c9f20f7ddfa 100644 --- a/remotebridges/source/unourl_resolver/unourl_resolver.cxx +++ b/remotebridges/source/unourl_resolver/unourl_resolver.cxx @@ -45,7 +45,6 @@ #include <com/sun/star/bridge/XUnoUrlResolver.hpp> using namespace cppu; -using namespace rtl; using namespace osl; using namespace com::sun::star::uno; using namespace com::sun::star::lang; @@ -53,6 +52,8 @@ using namespace com::sun::star::connection; using namespace com::sun::star::bridge; using namespace com::sun::star::registry; +using ::rtl::OUString; + #define SERVICENAME "com.sun.star.bridge.UnoUrlResolver" #define IMPLNAME "com.sun.star.comp.bridge.UnoUrlResolver" |