fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b0fa3fc8e50e5baca523e68fa5e6591591dde52f Author: Stephan Bergmann <sberg...@redhat.com> Date: Tue Mar 14 14:45:00 2017 +0100 loplugin:unoany (clang-cl) Change-Id: Id16f382fbf038db543cab02d10dfedab5beb2848 diff --git a/fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx b/fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx index eb798d8..9600b0b 100644 --- a/fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx +++ b/fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx @@ -1118,7 +1118,7 @@ void VistaFilePickerImpl::impl_sta_GetControlValue(const RequestRef& rRequest) BOOL bValue = FALSE; HRESULT hResult = iCustom->GetCheckButtonState(nId, &bValue); if ( SUCCEEDED(hResult) ) - aValue = css::uno::makeAny(bool(bValue)); + aValue <<= bool(bValue); } break; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits