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

New commits:
commit 97ce93ec6481fc6d90eb6fc11b5fcc8c448f92ed
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Fri Nov 13 15:39:34 2015 +0100

    loplugin:nullptr
    
    Change-Id: I22f1205396c502b6d3e937343e2ea9698b756f77

diff --git a/include/sal/log.hxx b/include/sal/log.hxx
index 563ed57..aefcdd1 100644
--- a/include/sal/log.hxx
+++ b/include/sal/log.hxx
@@ -314,7 +314,7 @@ inline char const * unwrapStream(SAL_UNUSED_PARAMETER 
StreamIgnore const &) {
 */
 #define SAL_DEBUG(stream) \
     SAL_DETAIL_LOG_STREAM( \
-        SAL_LOG_TRUE, ::SAL_DETAIL_LOG_LEVEL_DEBUG, 0, 0, stream)
+        SAL_LOG_TRUE, ::SAL_DETAIL_LOG_LEVEL_DEBUG, NULL, NULL, stream)
 
 #endif
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to