From 66a192ee63db9adc1d6df66a5e7996d5af5d5284 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 16 Jan 2018 09:03:18 +0100 Subject: loplugin:unoany (clang-cl) Change-Id: If7674b8a75668a5774abe43d28b48b63da2c9296 Reviewed-on: https://gerrit.libreoffice.org/47928 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx b/fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx index c359915f4e8d..04a7b0530818 100644 --- a/fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx +++ b/fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx @@ -1138,7 +1138,7 @@ void VistaFilePickerImpl::impl_sta_GetControlValue(const RequestRef& rRequest) if ( SUCCEEDED(hResult) ) { const OUString& sItem = m_lItems[bValue]; - aValue = css::uno::makeAny(OUString(sItem.getStr())); + aValue <<= OUString(sItem.getStr()); } } break; -- cgit