summaryrefslogtreecommitdiff
path: root/sw/source/uibase
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-26 16:01:56 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-07-12 22:06:27 -0400
commit3fd52924e45a9a29a255156c1a9bcff9d8855019 (patch)
tree30cf82f2bc565847a16dfed7088093ba7b11d297 /sw/source/uibase
parent892124072c459ddf818557a3eb0f78c6dc815a52 (diff)
loplugin:unusedfields
Change-Id: Icac4ac1a2614e72bc9ff070819533e09eeb1a864 (cherry picked from commit ec3f72415850bd865eb030cf2b7edb55b99d4756)
Diffstat (limited to 'sw/source/uibase')
-rw-r--r--sw/source/uibase/inc/formedt.hxx18
1 files changed, 0 insertions, 18 deletions
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();