summaryrefslogtreecommitdiff
path: root/sw/source/uibase
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-26 16:01:56 +0200
committerNoel Grandin <noel@peralex.com>2015-11-30 10:34:38 +0200
commitec3f72415850bd865eb030cf2b7edb55b99d4756 (patch)
treee63a41091957725506cbb107a272a9872081e3e5 /sw/source/uibase
parentd2df03574023b379ac09b1f71cae9e3ba3ac53e2 (diff)
loplugin:unusedfields
Change-Id: Icac4ac1a2614e72bc9ff070819533e09eeb1a864
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();