diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-09-17 12:23:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-09-28 08:48:46 +0100 |
commit | 3edc54658d0e33c354ba6fd6791769ba31cd553a (patch) | |
tree | 4ebebbd0865a16e5a322788953a471fbb9e1e834 /sw/inc/colwd.hxx | |
parent | 472f558a845949b570f4d01bc0401e1132d1da49 (diff) |
convert code to use new table width dialog
Change-Id: I50ac81a34945760ccb053ae1c8e328bbdff1a944
Diffstat (limited to 'sw/inc/colwd.hxx')
-rw-r--r-- | sw/inc/colwd.hxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sw/inc/colwd.hxx b/sw/inc/colwd.hxx index cd445238c1cf..db909e789e6b 100644 --- a/sw/inc/colwd.hxx +++ b/sw/inc/colwd.hxx @@ -40,14 +40,8 @@ class SwTableFUNC; class SwTableWidthDlg : public SvxStandardDialog { - FixedLine aWidthFL; - FixedText aColFT; - NumericField aColEdit; - FixedText aWidthFT; - MetricField aWidthEdit; - OKButton aOKBtn; - CancelButton aCancelBtn; - HelpButton aHelpBtn; + NumericField* m_pColNF; + MetricField* m_pWidthMF; SwTableFUNC &rFnc; protected: |