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 --- dbaccess/source/ui/misc/WNameMatch.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess/source/ui/misc/WNameMatch.cxx') diff --git a/dbaccess/source/ui/misc/WNameMatch.cxx b/dbaccess/source/ui/misc/WNameMatch.cxx index 68c91aa29aee..e5a5e962313f 100644 --- a/dbaccess/source/ui/misc/WNameMatch.cxx +++ b/dbaccess/source/ui/misc/WNameMatch.cxx @@ -365,7 +365,7 @@ OColumnTreeBox::OColumnTreeBox( vcl::Window* pParent, WinBits nBits ) SetDragDropMode( DragDropMode::NONE ); EnableInplaceEditing( false ); SetStyle(GetStyle() | WB_BORDER | WB_HASBUTTONS | WB_HSCROLL | nBits); - SetSelectionMode( SINGLE_SELECTION ); + SetSelectionMode( SelectionMode::Single ); } VCL_BUILDER_FACTORY(OColumnTreeBox) -- cgit