[Libreoffice-commits] core.git: fpicker/source

Stephan Bergmann sbergman at redhat.com
Tue Jan 16 10:52:24 UTC 2018


 fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 66a192ee63db9adc1d6df66a5e7996d5af5d5284
Author: Stephan Bergmann <sbergman at redhat.com>
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 <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

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;


More information about the Libreoffice-commits mailing list