diff options
Diffstat (limited to 'sw/source/ui/inc/rowht.hxx')
-rw-r--r-- | sw/source/ui/inc/rowht.hxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sw/source/ui/inc/rowht.hxx b/sw/source/ui/inc/rowht.hxx index c7743f0dd7bc..a84bc608ba00 100644 --- a/sw/source/ui/inc/rowht.hxx +++ b/sw/source/ui/inc/rowht.hxx @@ -28,12 +28,8 @@ class SwWrtShell; class SwTableHeightDlg : public SvxStandardDialog { - FixedLine aHeightFL; - MetricField aHeightEdit; - CheckBox aAutoHeightCB; - OKButton aOKBtn; - CancelButton aCancelBtn; - HelpButton aHelpBtn; + MetricField* m_pHeightEdit; + CheckBox* m_pAutoHeightCB; SwWrtShell &rSh; protected: |