summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/splitcelldlg.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 20:02:43 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:26:29 +0100
commitee883319f2fd2aa5494597d2b53e60d6343c787e (patch)
treea6ba55bb98f449b5f039d2723f1e7e6ee833f1d3 /cui/source/dialogs/splitcelldlg.cxx
parent9cc60839f3f3a9dfcf52d5eb76b7d36c1fbc751a (diff)
bool improvements
Change-Id: Ibb509cb162e53e03d42cb50eb30dd1d175991dd6
Diffstat (limited to 'cui/source/dialogs/splitcelldlg.cxx')
-rw-r--r--cui/source/dialogs/splitcelldlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/splitcelldlg.cxx b/cui/source/dialogs/splitcelldlg.cxx
index 978f06b0735f..8c809e93d3bd 100644
--- a/cui/source/dialogs/splitcelldlg.cxx
+++ b/cui/source/dialogs/splitcelldlg.cxx
@@ -39,7 +39,7 @@ SvxSplitTableDlg::SvxSplitTableDlg( Window *pParent, bool bIsTableVertical,
m_pVertBox->SetClickHdl( LINK( this, SvxSplitTableDlg, ClickHdl ));
if( mnMaxVertical < 2 )
- m_pVertBox->Enable(sal_False);
+ m_pVertBox->Enable(false);
//exchange the meaning of horizontal and vertical for vertical text
if(bIsTableVertical)