summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/custsdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/custsdlg.cxx')
-rw-r--r--sd/source/ui/dlg/custsdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/custsdlg.cxx b/sd/source/ui/dlg/custsdlg.cxx
index d047cb06fad6..049924b63e7b 100644
--- a/sd/source/ui/dlg/custsdlg.cxx
+++ b/sd/source/ui/dlg/custsdlg.cxx
@@ -304,7 +304,7 @@ SdDefineCustomShowDlg::SdDefineCustomShowDlg( Window* pWindow,
// Hack: m_pLbPages used to be MultiLB. We don't have VCL builder equivalent
// of it yet. So enable selecting multiple items here
- m_pLbPages->EnableMultiSelection( sal_True );
+ m_pLbPages->EnableMultiSelection( true );
// shape 'em a bit
m_pLbPages->set_width_request(m_pLbPages->approximate_char_width() * 16);