summaryrefslogtreecommitdiff
path: root/desktop/source/splash/unxsplash.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-12-22 16:02:46 +0200
committerNoel Grandin <noel@peralex.com>2015-12-23 08:13:54 +0200
commit004803c0d8ac227e80afe4fba9ab8d0ea085f05d (patch)
tree89b40fd647e7e2a059e5026a32180e0b0c0cc7be /desktop/source/splash/unxsplash.hxx
parentfb93ed9f6f84ed393e4619eb653a70e1799dc261 (diff)
loplugin:unusedfields in desktop
Change-Id: Ic816a7faf4d357d16c13f67533b3b409a531d14c
Diffstat (limited to 'desktop/source/splash/unxsplash.hxx')
-rw-r--r--desktop/source/splash/unxsplash.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/source/splash/unxsplash.hxx b/desktop/source/splash/unxsplash.hxx
index 38e804aaef48..4935777eaf2d 100644
--- a/desktop/source/splash/unxsplash.hxx
+++ b/desktop/source/splash/unxsplash.hxx
@@ -39,12 +39,11 @@ private:
static UnxSplashScreen *m_pINSTANCE;
static osl::Mutex m_aMutex;
- css::uno::Reference< css::uno::XComponentContext > m_xCtx;
FILE *m_pOutFd;
public:
- explicit UnxSplashScreen( const css::uno::Reference< css::uno::XComponentContext >& xCtx );
+ explicit UnxSplashScreen();
// XStatusIndicator
virtual void SAL_CALL start( const OUString& aText, sal_Int32 nRange ) throw ( css::uno::RuntimeException, std::exception ) override;