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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/inc/mergetbl.hxx b/sw/source/ui/inc/mergetbl.hxx
index 44916f5d3b1d..239f776ee938 100644
--- a/sw/source/ui/inc/mergetbl.hxx
+++ b/sw/source/ui/inc/mergetbl.hxx
@@ -46,12 +46,12 @@ class SwMergeTblDlg : public SvxStandardDialog
RadioButton aMergePrevRB;
RadioButton aMergeNextRB;
- BOOL& rMergePrev;
+ sal_Bool& rMergePrev;
protected:
virtual void Apply();
public:
- SwMergeTblDlg( Window *pParent, BOOL& rWithPrev );
+ SwMergeTblDlg( Window *pParent, sal_Bool& rWithPrev );
};
#endif