From 1dbe54fd2e0c776c1f11c20bdb029fab14fc61ad Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 22 Dec 2015 15:29:45 +0200 Subject: loplugin:unusedfields in /include Change-Id: Ia406e727890a365cc89831c96140cad8240f9b61 --- include/editeng/splwrap.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/editeng/splwrap.hxx') diff --git a/include/editeng/splwrap.hxx b/include/editeng/splwrap.hxx index bde5681f903a..8ca6a22676cc 100644 --- a/include/editeng/splwrap.hxx +++ b/include/editeng/splwrap.hxx @@ -52,8 +52,6 @@ private: VclPtr pWin; css::uno::Reference< css::uno::XInterface > xLast; // result of last spelling/hyphenation attempt - css::uno::Reference< - css::linguistic2::XSpellChecker1 > xSpell; css::uno::Reference< css::linguistic2::XHyphenator > xHyph; SdrObject* mpTextObj; @@ -76,7 +74,6 @@ private: public: SvxSpellWrapper( vcl::Window* pWn, - css::uno::Reference< css::linguistic2::XSpellChecker1 > &xSpellChecker, const bool bStart = false, const bool bIsAllRight = false, const bool bOther = false, const bool bRevAllow = true ); SvxSpellWrapper( vcl::Window* pWn, -- cgit