diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-09-23 07:48:10 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-09-23 07:48:30 +0200 |
commit | d77b49f070a562d2ac0df3174cf32d88680ba7a0 (patch) | |
tree | f2ec903df14a0b413c7fef749af575ca7cb62c87 /desktop/source/splash/unxsplash.hxx | |
parent | 5ca4acf877834c51d896268cf3dd390903b2248b (diff) |
desktop: avoid 'using' in headers
Change-Id: I9517a982daa48a6eb848360dee7739d15d42a971
Diffstat (limited to 'desktop/source/splash/unxsplash.hxx')
-rw-r--r-- | desktop/source/splash/unxsplash.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/desktop/source/splash/unxsplash.hxx b/desktop/source/splash/unxsplash.hxx index 8a5294d5eabe..318829b9af46 100644 --- a/desktop/source/splash/unxsplash.hxx +++ b/desktop/source/splash/unxsplash.hxx @@ -26,10 +26,6 @@ #include <osl/mutex.hxx> #include <rtl/bootstrap.hxx> -using namespace ::com::sun::star; -using namespace ::com::sun::star::registry; -using namespace ::com::sun::star::uno; - namespace desktop { class UnxSplashScreen : public ::cppu::WeakImplHelper< css::task::XStatusIndicator, css::lang::XInitialization, css::lang::XServiceInfo > @@ -72,7 +68,7 @@ public: } -uno::Reference< uno::XInterface > SAL_CALL UnxSplash_createInstance(const uno::Reference< uno::XComponentContext > & xCtx ) throw( uno::Exception ); +css::uno::Reference< css::uno::XInterface > SAL_CALL UnxSplash_createInstance(const css::uno::Reference< css::uno::XComponentContext > & xCtx ) throw( css::uno::Exception ); OUString UnxSplash_getImplementationName(); css::uno::Sequence< OUString > SAL_CALL UnxSplash_getSupportedServiceNames() throw (); |