summaryrefslogtreecommitdiff
path: root/sw/source/uibase/table/tablepg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-12-21 12:45:29 +0200
committerNoel Grandin <noel@peralex.com>2015-12-21 12:45:50 +0200
commitf7e4cf3c27100dbaf292dfacf0964bdade0a866a (patch)
tree129dac640a84f67e9e997c3b4f877c831b57a0ff /sw/source/uibase/table/tablepg.hxx
parentdff9873c270f653ebd073dac90bdacd2a40207c1 (diff)
loplugin:unusedfields in sw
Change-Id: I4d987718bf27766c8cd7f3654db6645e5a7f554a
Diffstat (limited to 'sw/source/uibase/table/tablepg.hxx')
-rw-r--r--sw/source/uibase/table/tablepg.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/uibase/table/tablepg.hxx b/sw/source/uibase/table/tablepg.hxx
index d832099a4b45..75d1e76a5a38 100644
--- a/sw/source/uibase/table/tablepg.hxx
+++ b/sw/source/uibase/table/tablepg.hxx
@@ -38,9 +38,8 @@ struct TColumn
class SwFormatTablePage : public SfxTabPage
{
VclPtr<Edit> m_pNameED;
- TextFilter m_aTextFilter;
VclPtr<FixedText> m_pWidthFT;
- PercentField m_aWidthMF;
+ PercentField m_aWidthMF;
VclPtr<CheckBox> m_pRelWidthCB;
VclPtr<RadioButton> m_pFullBtn;