summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/splittbl.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-09-17 13:18:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:47 +0100
commite69c736c2769719027c3d26c3a8fd04be3d06b5d (patch)
tree6fd4590ff74f4da59312a7b958a8dbccb2c97a9b /sw/source/ui/inc/splittbl.hxx
parentadd titles to these dialogs (diff)
downloadcore-e69c736c2769719027c3d26c3a8fd04be3d06b5d.tar.gz
core-e69c736c2769719027c3d26c3a8fd04be3d06b5d.zip
convert code to use new split table dialog
Change-Id: Id170da91f97d4a0648f0072fa0e02b7897ced13b
Diffstat (limited to 'sw/source/ui/inc/splittbl.hxx')
-rw-r--r--sw/source/ui/inc/splittbl.hxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/sw/source/ui/inc/splittbl.hxx b/sw/source/ui/inc/splittbl.hxx
index cb8487697f4b..58bfee5ff28b 100644
--- a/sw/source/ui/inc/splittbl.hxx
+++ b/sw/source/ui/inc/splittbl.hxx
@@ -27,14 +27,10 @@ class SwWrtShell;
class SwSplitTblDlg : public SvxStandardDialog
{
- OKButton aOKPB;
- CancelButton aCancelPB;
- HelpButton aHelpPB;
- FixedLine aSplitFL;
- RadioButton aCntntCopyRB;
- RadioButton aBoxAttrCopyWithParaRB ;
- RadioButton aBoxAttrCopyNoParaRB ;
- RadioButton aBorderCopyRB;
+ RadioButton* mpCntntCopyRB;
+ RadioButton* mpBoxAttrCopyWithParaRB ;
+ RadioButton* mpBoxAttrCopyNoParaRB ;
+ RadioButton* mpBorderCopyRB;
SwWrtShell &rShell;
sal_uInt16 m_nSplit;