diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-26 16:01:56 +0200 |
---|---|---|
committer | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2016-07-12 22:06:27 -0400 |
commit | 3fd52924e45a9a29a255156c1a9bcff9d8855019 (patch) | |
tree | 30cf82f2bc565847a16dfed7088093ba7b11d297 /sw | |
parent | 892124072c459ddf818557a3eb0f78c6dc815a52 (diff) |
loplugin:unusedfields
Change-Id: Icac4ac1a2614e72bc9ff070819533e09eeb1a864
(cherry picked from commit ec3f72415850bd865eb030cf2b7edb55b99d4756)
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/inc/fltshell.hxx | 1 | ||||
-rw-r--r-- | sw/source/filter/xml/xmltexte.cxx | 3 | ||||
-rw-r--r-- | sw/source/filter/xml/xmltexte.hxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/inc/formedt.hxx | 18 |
4 files changed, 1 insertions, 22 deletions
diff --git a/sw/source/filter/inc/fltshell.hxx b/sw/source/filter/inc/fltshell.hxx index 209ffb4f35ac..7dce67125a4a 100644 --- a/sw/source/filter/inc/fltshell.hxx +++ b/sw/source/filter/inc/fltshell.hxx @@ -132,7 +132,6 @@ class SW_DLLPUBLIC SwFltControlStack : private ::boost::noncopyable Entries m_Entries; sal_uLong nFieldFlags; - vcl::KeyCode aEmptyKeyCode; // fuer Bookmarks private: bool bHasSdOD; diff --git a/sw/source/filter/xml/xmltexte.cxx b/sw/source/filter/xml/xmltexte.cxx index b6e3f4f11586..fdfabd949982 100644 --- a/sw/source/filter/xml/xmltexte.cxx +++ b/sw/source/filter/xml/xmltexte.cxx @@ -178,8 +178,7 @@ SwXMLTextParagraphExport::SwXMLTextParagraphExport( sGraphicObjectProtocol( "vnd.sun.star.GraphicObject:" ), aAppletClassId( SO3_APPLET_CLASSID ), aPluginClassId( SO3_PLUGIN_CLASSID ), - aIFrameClassId( SO3_IFRAME_CLASSID ), - aOutplaceClassId( SO3_OUT_CLASSID ) + aIFrameClassId( SO3_IFRAME_CLASSID ) { } diff --git a/sw/source/filter/xml/xmltexte.hxx b/sw/source/filter/xml/xmltexte.hxx index 83140ac61188..e714994fbf38 100644 --- a/sw/source/filter/xml/xmltexte.hxx +++ b/sw/source/filter/xml/xmltexte.hxx @@ -38,7 +38,6 @@ class SwXMLTextParagraphExport : public XMLTextParagraphExport const SvGlobalName aAppletClassId; const SvGlobalName aPluginClassId; const SvGlobalName aIFrameClassId; - const SvGlobalName aOutplaceClassId; static SwNoTextNode *GetNoTextNode( const css::uno::Reference < css::beans::XPropertySet >& rPropSet ); diff --git a/sw/source/uibase/inc/formedt.hxx b/sw/source/uibase/inc/formedt.hxx index 320d2276edf2..f03b7835ef20 100644 --- a/sw/source/uibase/inc/formedt.hxx +++ b/sw/source/uibase/inc/formedt.hxx @@ -39,24 +39,6 @@ class SwIdxFormDlg : public SvxStandardDialog { void Apply() override; - VclPtr<ListBox> m_aEntryLB; - VclPtr<OKButton> m_aOKBtn; - VclPtr<CancelButton> m_aCancelBT; - VclPtr<FixedText> m_aLevelFT; - VclPtr<Edit> m_aEntryED; - VclPtr<PushButton> m_aEntryBT; - VclPtr<PushButton> m_aTabBT; - VclPtr<PushButton> m_aPageBT; - VclPtr<PushButton> m_aJumpBT; - VclPtr<FixedLine> m_aEntryFL; - VclPtr<FixedText> m_aLevelFT2; - VclPtr<ListBox> m_aLevelLB; - VclPtr<FixedText> m_aTemplateFT; - VclPtr<ListBox> m_aParaLayLB; - VclPtr<PushButton> m_aStdBT; - VclPtr<PushButton> m_aAssignBT; - VclPtr<FixedLine> m_aFormatFL; - public: SwIdxFormDlg( vcl::Window* pParent, SwWrtShell &rShell, const SwForm& rForm ); virtual ~SwIdxFormDlg(); |