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

New commits:
commit 69a62d4dc1ffe9ee61405f3715d3d523347deb6b
Author: Stephan Bergmann <sberg...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to