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

Stephan Bergmann sbergman at redhat.com
Tue May 3 13:56:46 UTC 2016


 extensions/source/ole/unoconversionutilities.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 69a62d4dc1ffe9ee61405f3715d3d523347deb6b
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue May 3 15:56:18 2016 +0200

    NULL -> nullptr
    
    Change-Id: I94d0df867b6ef59cf6485e4cee7ac655155f9b87

diff --git a/extensions/source/ole/unoconversionutilities.hxx b/extensions/source/ole/unoconversionutilities.hxx
index a22157b..e090dd00 100644
--- a/extensions/source/ole/unoconversionutilities.hxx
+++ b/extensions/source/ole/unoconversionutilities.hxx
@@ -1713,7 +1713,7 @@ Any UnoConversionUtilities<T>::createOleObjectWrapper(VARIANT* pVar, const Type&
         if( aType.getTypeClass() == TypeClass_INTERFACE)
             ret.setValue( &xInt, aType);
         else if( aType.getTypeClass() == TypeClass_STRUCT)
-            ret.setValue( NULL, aType);
+            ret.setValue( nullptr, aType);
         else
             ret <<= xInt;
         return ret;


More information about the Libreoffice-commits mailing list