From e3a31fcca771432a38e4c2e7cc4c4c6c1c157ee9 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 23 Dec 2015 16:41:52 +0200 Subject: loplugin:unusedfields Change-Id: I979592adb978c3757a1e54615021ee424a2e02bf Reviewed-on: https://gerrit.libreoffice.org/20892 Tested-by: Jenkins Reviewed-by: Noel Grandin --- lotuswordpro/source/filter/lwpfoundry.hxx | 1 - lotuswordpro/source/filter/lwpprtinfo.hxx | 9 --------- lotuswordpro/source/filter/lwptable.hxx | 3 --- lotuswordpro/source/filter/lwpuidoc.hxx | 1 - lotuswordpro/source/filter/xfilter/xfdrawobj.hxx | 1 - lotuswordpro/source/filter/xfilter/xfendnote.hxx | 1 - lotuswordpro/source/filter/xfilter/xfheader.hxx | 2 -- lotuswordpro/source/filter/xfilter/xfsection.hxx | 1 - 8 files changed, 19 deletions(-) (limited to 'lotuswordpro') diff --git a/lotuswordpro/source/filter/lwpfoundry.hxx b/lotuswordpro/source/filter/lwpfoundry.hxx index 5906a26b62c3..8f28c6db3a76 100644 --- a/lotuswordpro/source/filter/lwpfoundry.hxx +++ b/lotuswordpro/source/filter/lwpfoundry.hxx @@ -211,7 +211,6 @@ private: LwpDocument* m_pDoc; bool m_bRegisteredAll; private: //file members - LwpVersionManager m_VerMgr; LwpObjectManager m_ObjMgr; LwpObjectID m_MarkerHead; LwpObjectID m_FootnoteMgr; diff --git a/lotuswordpro/source/filter/lwpprtinfo.hxx b/lotuswordpro/source/filter/lwpprtinfo.hxx index 78f966b9f4f4..2b490c104498 100644 --- a/lotuswordpro/source/filter/lwpprtinfo.hxx +++ b/lotuswordpro/source/filter/lwpprtinfo.hxx @@ -72,15 +72,6 @@ class LwpPrinterInfo public: explicit LwpPrinterInfo(LwpObjectStream* pStrm); ~LwpPrinterInfo(){} -private: - LwpAtomHolder m_OutputFile; - LwpAtomHolder cSelectedDivisions; - - LwpAtomHolder m_Output; - LwpAtomHolder m_Name; - LwpAtomHolder m_Driver; - LwpAtomHolder m_Queue; - LwpAtomHolder m_SelectedPages; public: static void Read(LwpObjectStream* pStrm); diff --git a/lotuswordpro/source/filter/lwptable.hxx b/lotuswordpro/source/filter/lwptable.hxx index ecd2d55be6e4..17d7180eb37b 100644 --- a/lotuswordpro/source/filter/lwptable.hxx +++ b/lotuswordpro/source/filter/lwptable.hxx @@ -127,9 +127,6 @@ public: virtual bool IsTable() override { return true;} LwpSuperTableLayout* GetSuperTableLayout(); protected: - LwpDLVListHeadTail m_RowCache; - LwpDLVListHeadTail m_ColumnCache; - LwpNotifyListPersistent m_CPTempVersionedNotifyList; LwpForkedNotifyList m_CPNotifyList; sal_uInt16 m_nRow, m_nColumn; diff --git a/lotuswordpro/source/filter/lwpuidoc.hxx b/lotuswordpro/source/filter/lwpuidoc.hxx index 5d4d4fa02883..e2e9ddb83ad6 100644 --- a/lotuswordpro/source/filter/lwpuidoc.hxx +++ b/lotuswordpro/source/filter/lwpuidoc.hxx @@ -132,7 +132,6 @@ public: explicit LwpUIDocument(LwpObjectStream *pStrm); ~LwpUIDocument(); private: - LwpNamedProperties m_NamedProps; LwpAutoRunMacroOptions m_ARMacroOpts; LwpMergeOptions m_MergedOpts; LwpAtomHolder m_SheetFullPath; // full path for style sheet diff --git a/lotuswordpro/source/filter/xfilter/xfdrawobj.hxx b/lotuswordpro/source/filter/xfilter/xfdrawobj.hxx index 4f7fad207d44..0fa262344d67 100644 --- a/lotuswordpro/source/filter/xfilter/xfdrawobj.hxx +++ b/lotuswordpro/source/filter/xfilter/xfdrawobj.hxx @@ -98,7 +98,6 @@ public: virtual void ToXml(IXFStream *pStrm) override; protected: - rtl::Reference m_aContents; double m_fRotate; XFPoint m_aRotatePoint; double m_fScaleX; diff --git a/lotuswordpro/source/filter/xfilter/xfendnote.hxx b/lotuswordpro/source/filter/xfilter/xfendnote.hxx index f73aaad500ba..b7812881c53c 100644 --- a/lotuswordpro/source/filter/xfilter/xfendnote.hxx +++ b/lotuswordpro/source/filter/xfilter/xfendnote.hxx @@ -79,7 +79,6 @@ public: private: OUString m_strID; OUString m_strLabel; - rtl::Reference m_aContents; }; inline XFEndNote::XFEndNote() diff --git a/lotuswordpro/source/filter/xfilter/xfheader.hxx b/lotuswordpro/source/filter/xfilter/xfheader.hxx index c9a14799cd20..31e917d9a134 100644 --- a/lotuswordpro/source/filter/xfilter/xfheader.hxx +++ b/lotuswordpro/source/filter/xfilter/xfheader.hxx @@ -80,8 +80,6 @@ public: XFContentContainer::ToXml(pStrm); pStrm->EndElement( "style:header" ); } -private: - rtl::Reference m_aContents; }; #endif diff --git a/lotuswordpro/source/filter/xfilter/xfsection.hxx b/lotuswordpro/source/filter/xfilter/xfsection.hxx index 232262e9bb9a..7aa68cedad52 100644 --- a/lotuswordpro/source/filter/xfilter/xfsection.hxx +++ b/lotuswordpro/source/filter/xfilter/xfsection.hxx @@ -87,7 +87,6 @@ private: OUString m_strSectionName; bool m_bProtected; bool m_bHiden; - XFColor m_aBackColor; OUString m_strSourceLink; }; -- cgit v1.2.3