include/salhelper/dynload.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eb1afabe91f3d8df716587c2c58d164222bc14e8
Author: Noel Grandin <n...@peralex.com>
Date:   Wed Jun 8 10:32:38 2016 +0200

    use NULL instead of nullptr in external facing code
    
    Change-Id: I9f0846f06e0b42af841d575de5196fae78840c53

diff --git a/include/salhelper/dynload.hxx b/include/salhelper/dynload.hxx
index e157c01..6284ecb 100644
--- a/include/salhelper/dynload.hxx
+++ b/include/salhelper/dynload.hxx
@@ -148,7 +148,7 @@ public:
     {
         if( m_pLoader )
             if (m_pLoader->release()==0)
-                m_pStaticLoader = nullptr;
+                m_pStaticLoader = NULL;
     }
 
     /// Assign operator
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to