summaryrefslogtreecommitdiffstats
path: root/sw/inc/colwd.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-09-17 12:23:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:46 +0100
commit3edc54658d0e33c354ba6fd6791769ba31cd553a (patch)
tree4ebebbd0865a16e5a322788953a471fbb9e1e834 /sw/inc/colwd.hxx
parentadd a column width dialog (diff)
downloadcore-3edc54658d0e33c354ba6fd6791769ba31cd553a.tar.gz
core-3edc54658d0e33c354ba6fd6791769ba31cd553a.zip
convert code to use new table width dialog
Change-Id: I50ac81a34945760ccb053ae1c8e328bbdff1a944
Diffstat (limited to 'sw/inc/colwd.hxx')
-rw-r--r--sw/inc/colwd.hxx10
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: