summaryrefslogtreecommitdiff
path: root/cui/source/inc/splitcelldlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-01-19 16:22:18 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-01-19 20:59:42 +0000
commit621d1fba84e13a28843fb7a7befb28e26a6d0a15 (patch)
tree36a322f50ce52e19df1fa3fca1e556b3d8187fd9 /cui/source/inc/splitcelldlg.hxx
parent253e439c347fae54e6c4731d432eef842a889c9d (diff)
convert split cells dialog to our 99th .ui file
Change-Id: If1a37074400540e3adce42de2bb7c88c2c599382
Diffstat (limited to 'cui/source/inc/splitcelldlg.hxx')
-rw-r--r--cui/source/inc/splitcelldlg.hxx14
1 files changed, 4 insertions, 10 deletions
diff --git a/cui/source/inc/splitcelldlg.hxx b/cui/source/inc/splitcelldlg.hxx
index d1c1ba97f13e..0cf0351aa236 100644
--- a/cui/source/inc/splitcelldlg.hxx
+++ b/cui/source/inc/splitcelldlg.hxx
@@ -28,16 +28,10 @@
class SvxSplitTableDlg : public SvxAbstractSplittTableDialog, public SvxStandardDialog
{
- FixedLine maCountFL;
- FixedText maCountLbl;
- NumericField maCountEdit;
- FixedLine maDirFL;
- ImageRadioButton maHorzBox;
- ImageRadioButton maVertBox;
- CheckBox maPropCB;
- OKButton maOKBtn;
- CancelButton maCancelBtn;
- HelpButton maHelpBtn;
+ NumericField* m_pCountEdit;
+ RadioButton* m_pHorzBox;
+ RadioButton* m_pVertBox;
+ CheckBox* m_pPropCB;
long mnMaxVertical;
long mnMaxHorizontal;