From 4012390e0549e8cdc48e566608cad2c36e2df44e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 22 Dec 2015 16:23:45 +0200 Subject: loplugin:unusedfields in cui Change-Id: I7a1092708881d1d43debf0217a5401c5b65838a5 --- cui/source/inc/border.hxx | 2 -- cui/source/inc/cfg.hxx | 5 ----- cui/source/inc/insdlg.hxx | 3 --- cui/source/inc/optdict.hxx | 13 ++----------- 4 files changed, 2 insertions(+), 21 deletions(-) (limited to 'cui/source/inc') diff --git a/cui/source/inc/border.hxx b/cui/source/inc/border.hxx index ba780e1aa41a..e96ab2caad4d 100644 --- a/cui/source/inc/border.hxx +++ b/cui/source/inc/border.hxx @@ -100,9 +100,7 @@ private: VclPtr m_pMergeAdjacentBordersCB; VclPtr m_pRemoveAdjcentCellBordersCB; - ImageList aShadowImgLstH; ImageList aShadowImgLst; - ImageList aBorderImgLstH; ImageList aBorderImgLst; long nMinValue; ///< minimum distance diff --git a/cui/source/inc/cfg.hxx b/cui/source/inc/cfg.hxx index f719758e6630..a77cbeb11259 100644 --- a/cui/source/inc/cfg.hxx +++ b/cui/source/inc/cfg.hxx @@ -668,11 +668,6 @@ public: } }; -struct SvxIconSelectorToolBoxItem -{ - Image aImg; -}; - class SvxIconSelectorDialog : public ModalDialog { private: diff --git a/cui/source/inc/insdlg.hxx b/cui/source/inc/insdlg.hxx index 1b684439fc7e..436669dfa80a 100644 --- a/cui/source/inc/insdlg.hxx +++ b/cui/source/inc/insdlg.hxx @@ -98,10 +98,7 @@ class SvInsertPlugInDialog : public InsertObjectDialog_Impl { private: VclPtr m_pEdFileurl; - VclPtr m_pBtnFileurl; VclPtr m_pEdPluginsOptions; - INetURLObject* m_pURL; - OUString m_aCommands; DECL_LINK_TYPED(BrowseHdl, Button*, void); diff --git a/cui/source/inc/optdict.hxx b/cui/source/inc/optdict.hxx index 7f4d665e0d83..5f97eb9e8fe9 100644 --- a/cui/source/inc/optdict.hxx +++ b/cui/source/inc/optdict.hxx @@ -54,8 +54,6 @@ private: VclPtr pLanguageLB; VclPtr pExceptBtn; VclPtr pOKBtn; - css::uno::Reference< - css::linguistic2::XSpellChecker1 > xSpell; css::uno::Reference< css::linguistic2::XDictionary > xNewDic; @@ -63,9 +61,7 @@ private: DECL_LINK_TYPED(ModifyHdl_Impl, Edit&, void); public: - SvxNewDictionaryDialog( vcl::Window* pParent, - css::uno::Reference< - css::linguistic2::XSpellChecker1 > &xSpl ); + SvxNewDictionaryDialog( vcl::Window* pParent ); virtual ~SvxNewDictionaryDialog(); virtual void dispose() override; @@ -115,13 +111,10 @@ private: OUString sModify; OUString sNew; - DecorationView aDecoView; css::uno::Sequence< css::uno::Reference< css::linguistic2::XDictionary > > aDics; //! snapshot copy to work on - css::uno::Reference< - css::linguistic2::XSpellChecker1 > xSpell; short nOld; long nWidth; @@ -149,9 +142,7 @@ private: public: SvxEditDictionaryDialog( vcl::Window* pParent, - const OUString& rName, - css::uno::Reference< - css::linguistic2::XSpellChecker1> &xSpl ); + const OUString& rName ); virtual ~SvxEditDictionaryDialog(); virtual void dispose() override; }; -- cgit