[Libreoffice-commits] core.git: fpicker/source
Stephan Bergmann
sbergman at redhat.com
Tue Mar 14 13:45:49 UTC 2017
fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b0fa3fc8e50e5baca523e68fa5e6591591dde52f
Author: Stephan Bergmann <sbergman at 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;
}
More information about the Libreoffice-commits
mailing list