From 836c9bbb6486e9c0c81de9d7534b934699131d3d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 28 Apr 2017 15:21:11 +0100 Subject: move builder attributes from OString to OUString MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I235188c9a086337b104e600f31a1c81deeca6c17 Reviewed-on: https://gerrit.libreoffice.org/37076 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- vcl/source/control/listbox.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source/control/listbox.cxx') diff --git a/vcl/source/control/listbox.cxx b/vcl/source/control/listbox.cxx index 2e3334efea81..fe07dc901c06 100644 --- a/vcl/source/control/listbox.cxx +++ b/vcl/source/control/listbox.cxx @@ -1408,7 +1408,7 @@ void ListBox::setMaxWidthChars(sal_Int32 nWidth) } } -bool ListBox::set_property(const OString &rKey, const OString &rValue) +bool ListBox::set_property(const OString &rKey, const OUString &rValue) { if (rKey == "active") SelectEntryPos(rValue.toInt32()); -- cgit