[Libreoffice-commits] core.git: include/salhelper
Noel Grandin
noel at peralex.com
Wed Jun 8 08:33:06 UTC 2016
include/salhelper/dynload.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit eb1afabe91f3d8df716587c2c58d164222bc14e8
Author: Noel Grandin <noel at 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
More information about the Libreoffice-commits
mailing list