diff options
-rw-r--r-- | cppu/source/threadpool/current.cxx | 1 | ||||
-rw-r--r-- | cppuhelper/source/access_control.cxx | 1 | ||||
-rw-r--r-- | cppuhelper/source/component_context.cxx | 1 | ||||
-rw-r--r-- | cppuhelper/source/exc_thrower.cxx | 1 | ||||
-rw-r--r-- | cppuhelper/source/implbase_ex.cxx | 1 | ||||
-rw-r--r-- | cppuhelper/source/macro_expander.cxx | 1 | ||||
-rw-r--r-- | cppuhelper/source/weak.cxx | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/cppu/source/threadpool/current.cxx b/cppu/source/threadpool/current.cxx index 64e6bfb8f64c..46fdc8c253f3 100644 --- a/cppu/source/threadpool/current.cxx +++ b/cppu/source/threadpool/current.cxx @@ -30,7 +30,6 @@ #include "current.hxx" -using namespace ::osl; using namespace ::rtl; using namespace ::cppu; using namespace ::com::sun::star::uno; diff --git a/cppuhelper/source/access_control.cxx b/cppuhelper/source/access_control.cxx index da8343648a95..9b8b907df6b6 100644 --- a/cppuhelper/source/access_control.cxx +++ b/cppuhelper/source/access_control.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/connection/SocketPermission.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -using namespace ::osl; using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/cppuhelper/source/component_context.cxx b/cppuhelper/source/component_context.cxx index da070bdf027c..47dbd0b3773e 100644 --- a/cppuhelper/source/component_context.cxx +++ b/cppuhelper/source/component_context.cxx @@ -51,7 +51,6 @@ constexpr OUString SMGR_SINGLETON = u"/singletons/com.sun.star.lang.theServiceMa constexpr OUStringLiteral TDMGR_SINGLETON = u"/singletons/com.sun.star.reflection.theTypeDescriptionManager"; constexpr OUStringLiteral AC_SINGLETON = u"/singletons/com.sun.star.security.theAccessController"; -using namespace ::osl; using namespace ::com::sun::star::uno; using namespace ::com::sun::star; diff --git a/cppuhelper/source/exc_thrower.cxx b/cppuhelper/source/exc_thrower.cxx index 57e2ad1d0235..50d3133ffb2b 100644 --- a/cppuhelper/source/exc_thrower.cxx +++ b/cppuhelper/source/exc_thrower.cxx @@ -30,7 +30,6 @@ #include <cppuhelper/exc_hlp.hxx> -using namespace ::osl; using namespace ::cppu; using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/cppuhelper/source/implbase_ex.cxx b/cppuhelper/source/implbase_ex.cxx index 4ced30adbe5c..731299d9cf06 100644 --- a/cppuhelper/source/implbase_ex.cxx +++ b/cppuhelper/source/implbase_ex.cxx @@ -27,7 +27,6 @@ #include <mutex> using namespace ::cppu; -using namespace ::osl; using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/cppuhelper/source/macro_expander.cxx b/cppuhelper/source/macro_expander.cxx index ce227a7e76f4..ee4efe089410 100644 --- a/cppuhelper/source/macro_expander.cxx +++ b/cppuhelper/source/macro_expander.cxx @@ -38,7 +38,6 @@ constexpr OUString SERVICE_NAME_A = u"com.sun.star.lang.MacroExpander"_ustr; constexpr OUString SERVICE_NAME_B = u"com.sun.star.lang.BootstrapMacroExpander"_ustr; constexpr OUStringLiteral IMPL_NAME = u"com.sun.star.lang.comp.cppuhelper.BootstrapMacroExpander"; -using namespace ::osl; using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/cppuhelper/source/weak.cxx b/cppuhelper/source/weak.cxx index e51f9ccf86a6..6bb353faa9bd 100644 --- a/cppuhelper/source/weak.cxx +++ b/cppuhelper/source/weak.cxx @@ -31,7 +31,6 @@ #include <vector> #include <mutex> -using namespace osl; using namespace com::sun::star::uno; namespace cppu |