fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 66a192ee63db9adc1d6df66a5e7996d5af5d5284 Author: Stephan Bergmann <[email protected]> Date: Tue Jan 16 09:03:18 2018 +0100 loplugin:unoany (clang-cl) Change-Id: If7674b8a75668a5774abe43d28b48b63da2c9296 Reviewed-on: https://gerrit.libreoffice.org/47928 Tested-by: Jenkins <[email protected]> Reviewed-by: Stephan Bergmann <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
