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 --- svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/source/unodialogs') diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx index 2f5ce4752af2..94d0b0cec0a9 100644 --- a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx +++ b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx @@ -385,7 +385,7 @@ void DictionaryList::init(const Reference< linguistic2::XConversionDictionary>& vcl::Window *pFT_Term, vcl::Window *pFT_Mapping, vcl::Window *pFT_Property) { SetStyle( WB_VSCROLL | WB_TABSTOP ); - SetSelectionMode( SINGLE_SELECTION ); + SetSelectionMode( SelectionMode::Single ); SetBorderStyle( WindowBorderStyle::MONO ); SetHighlightRange(); -- cgit