summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/split.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/split.hxx')
-rw-r--r--sw/source/ui/inc/split.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/inc/split.hxx b/sw/source/ui/inc/split.hxx
index eafe394d2b27..4929c7318891 100644
--- a/sw/source/ui/inc/split.hxx
+++ b/sw/source/ui/inc/split.hxx
@@ -68,8 +68,8 @@ public:
SwSplitTableDlg(Window *pParent, SwWrtShell& rShell );
DECL_LINK( ClickHdl, Button * );
- BOOL IsHorizontal() const { return aHorzBox.IsChecked(); }
- BOOL IsProportional() const { return aPropCB.IsChecked() && aHorzBox.IsChecked(); }
+ sal_Bool IsHorizontal() const { return aHorzBox.IsChecked(); }
+ sal_Bool IsProportional() const { return aPropCB.IsChecked() && aHorzBox.IsChecked(); }
long GetCount() const { return sal::static_int_cast< long >(aCountEdit.GetValue()); }
};