cui/source/options/optgdlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ed4169f2e136c7573eb0520d2fd6404861f491e0
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Tue Nov 26 14:42:33 2019 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Tue Nov 26 17:44:16 2019 +0100

    loplugin:nullptr (clang-cl)
    
    Change-Id: I2e74a01c3500c1ac646479c571b6806c0fc566c1
    Reviewed-on: https://gerrit.libreoffice.org/83769
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index 597d75358d1c..c9a548c8c192 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -447,7 +447,7 @@ IMPL_LINK_NOARG(OfaMiscTabPage, FileAssocClick, 
weld::Button&, void)
 {
     const bool bUninit = SUCCEEDED(CoInitialize(nullptr));
     IApplicationAssociationRegistrationUI* pIf = nullptr;
-    HRESULT res = CoCreateInstance(CLSID_ApplicationAssociationRegistrationUI, 
0,
+    HRESULT res = CoCreateInstance(CLSID_ApplicationAssociationRegistrationUI, 
nullptr,
                                    CLSCTX_INPROC_SERVER, 
IID_IApplicationAssociationRegistrationUI,
                                    reinterpret_cast<LPVOID*>(&pIf));
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to