summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/mergetbl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/mergetbl.hxx')
-rw-r--r--sw/source/ui/inc/mergetbl.hxx11
1 files changed, 3 insertions, 8 deletions
diff --git a/sw/source/ui/inc/mergetbl.hxx b/sw/source/ui/inc/mergetbl.hxx
index 3958ff485fa9..0c140547b514 100644
--- a/sw/source/ui/inc/mergetbl.hxx
+++ b/sw/source/ui/inc/mergetbl.hxx
@@ -27,14 +27,9 @@
class SwMergeTblDlg : public SvxStandardDialog
{
- OKButton aOKPB;
- CancelButton aCancelPB;
- HelpButton aHelpPB;
- FixedLine aMergeFL;
- RadioButton aMergePrevRB;
- RadioButton aMergeNextRB;
-
- sal_Bool& rMergePrev;
+ RadioButton* m_pMergePrevRB;
+
+ sal_Bool& m_rMergePrev;
protected:
virtual void Apply();