From c47b170c71ecdcaacf2e12e5ce28e7d411bb52e6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 29 May 2016 17:12:52 +0200 Subject: Convert SelectionMode to scoped enum Change-Id: I86c435de3918540cb54a0cb24568e58456c2f9d1 Reviewed-on: https://gerrit.libreoffice.org/25611 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/source/ui/fldui/changedb.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/ui/fldui/changedb.cxx') diff --git a/sw/source/ui/fldui/changedb.cxx b/sw/source/ui/fldui/changedb.cxx index ba47d61eada5..ab3fd3565a5b 100644 --- a/sw/source/ui/fldui/changedb.cxx +++ b/sw/source/ui/fldui/changedb.cxx @@ -69,7 +69,7 @@ SwChangeDBDlg::SwChangeDBDlg(SwView& rVw) m_pDefineBT->SetClickHdl(LINK(this, SwChangeDBDlg, ButtonHdl)); m_pAddDBPB->SetClickHdl(LINK(this, SwChangeDBDlg, AddDBHdl)); - m_pUsedDBTLB->SetSelectionMode(MULTIPLE_SELECTION); + m_pUsedDBTLB->SetSelectionMode(SelectionMode::Multiple); m_pUsedDBTLB->SetStyle(m_pUsedDBTLB->GetStyle()|WB_HASLINES|WB_CLIPCHILDREN|WB_SORT|WB_HASBUTTONS|WB_HASBUTTONSATROOT|WB_HSCROLL); m_pUsedDBTLB->SetSpaceBetweenEntries(0); m_pUsedDBTLB->SetNodeBitmaps( aImageList.GetImage(IMG_COLLAPSE), aImageList.GetImage(IMG_EXPAND)); -- cgit